Skip to content

Field.AsInvariant method

Sets the value of this field in specified row as object using ConvertValue with InvariantCulture.

public void AsInvariant(IRow row, object? value)
parameter description
row The row.
value The value to convert and set.

See Also