ConvertValueToByte(Object) Method

Converts a value to a Byte.

Definition

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

Parameters

value  Object
Value to convert.

Return Value

Byte
Byte with the value converted.

See Also