NullableTypes Class Library

NullConvert.ToNullableInt32 Method

Converts the specified Int32 value whose null value is simulated using a a conventional Int32 value to an equivalent NullableInt32.

Overload List

Converts the specified Int32 value whose null value is simulated using a a conventional Int32 value to an equivalent NullableInt32.

public static NullableInt32 ToNullableInt32(int,int);

Converts the specified String representation of a number to its NullableInt32 equivalent.

public static NullableInt32 ToNullableInt32(string,string);

See Also

NullConvert Class | NullableTypes.HelperFunctions Namespace