NullableTypes Class Library

NullConvert.ToNullableInt16 Method

Converts the specified Int16 value whose null value is simulated using a a conventional Int16 value to an equivalent NullableInt16.

Overload List

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);

See Also

NullConvert Class | NullableTypes.HelperFunctions Namespace