ConvertValueToByte(Object, Byte) Method
Converts a value to a Byte.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static byte ValueToByte(
Object value,
byte nullValue
)
Public Shared Function ValueToByte (
value As Object,
nullValue As Byte
) As Byte
- value Object
- Value to convert.
- nullValue Byte
- Default value for nulls.
ByteByte with the value converted.