Click or drag to resize

IByteArrayConverterTGetBytes Method

Converts the specified type as T to an array of bytes.

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
byte[] GetBytes(
	T obj
)

Parameters

obj
Type: T
The object that is to be converted.

Return Value

Type: Byte
The specified object as an array of bytes.
See Also