ConvertValueToByteNullable Method
Converts a value to a type Byte or null
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static byte? ValueToByteNullable(
Object value
)
Public Shared Function ValueToByteNullable (
value As Object
) As Byte?
- value Object
- Value to convert.
NullableByteByte with the value converted.
if the value cannot be converted.