Click or drag to resize
IByteArrayConverter<T>.GetBytes Method
Converts the specified type as T to an array of bytes.

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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