NullableTypes Class Library

NullConvert.ToNullableInt64 Method

Converts the specified Int64 value whose null value is simulated using a a conventional Int64 value to an equivalent NullableInt64.

Overload List

Converts the specified Int64 value whose null value is simulated using a a conventional Int64 value to an equivalent NullableInt64.

public static NullableInt64 ToNullableInt64(long,long);

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

public static NullableInt64 ToNullableInt64(string,string);

See Also

NullConvert Class | NullableTypes.HelperFunctions Namespace