ConvertValueToByteNullable Method

Converts a value to a type Byte or null

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static byte? ValueToByteNullable(
	Object value
)

Parameters

value  Object
Value to convert.

Return Value

NullableByte
Byte with the value converted.

if the value cannot be converted.

See Also