NullableTypes Class Library

NullConvert.ToNullableByte Method

Converts the specified Byte value whose null value is simulated using a a conventional Byte value to an equivalent NullableByte.

Overload List

Converts the specified Byte value whose null value is simulated using a a conventional Byte value to an equivalent NullableByte.

public static NullableByte ToNullableByte(byte,byte);

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

public static NullableByte ToNullableByte(string,string);

See Also

NullConvert Class | NullableTypes.HelperFunctions Namespace