ConvertValueToByte(Object) 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
)
Public Shared Function ValueToByte (
value As Object
) As Byte
- value Object
- Value to convert.
ByteByte with the value converted.