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.4.13.0
Syntax
byte[] GetBytes(
	T obj
)

Parameters

obj  T
The object that is to be converted.

Return Value

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