Converts the specified Int64 value whose null value is simulated using a a conventional Int64 value to an equivalent NullableInt64.
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);
NullConvert Class | NullableTypes.HelperFunctions Namespace