Converts the specified Single value whose null value is simulated using a a conventional Single value to an equivalent NullableSingle.
Converts the specified Single value whose null value is simulated using a a conventional Single value to an equivalent NullableSingle.
public static NullableSingle ToNullableSingle(float,float);
Converts the specified String representation of a number to its NullableSingle equivalent.
public static NullableSingle ToNullableSingle(string,string);
NullConvert Class | NullableTypes.HelperFunctions Namespace