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