Click or drag to resize

DataExtensionsConvertField Method

Overload List
  Name Description
Public Extension Method ConvertField(DataRow, String, Type) Automatically applies type conversion to column values when only a type is available.
Public Extension Method ConvertField(DataRow, String, Type, Object) Automatically applies type conversion to column values when only a type is available.
Public Extension Method ConvertFieldT(DataRow, String) Provides strongly-typed access to each of the column values in the specified row. Automatically applies type conversion to the column values.
Public Extension Method ConvertFieldT(DataRow, String, T) Provides strongly-typed access to each of the column values in the specified row. Automatically applies type conversion to the column values.
Top
See Also