| IByteArrayConverterTGetBytes Method  | 
            Converts the specified type as T to an array of bytes.
            
 
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
SyntaxFunction GetBytes ( 
	obj As T
) As Byte()
array<unsigned char>^ GetBytes(
	T obj
)
abstract GetBytes : 
        obj : 'T -> byte[] 
Parameters
- obj
 - Type: T
The object that is to be converted. 
Return Value
Type: 
ByteThe specified object as an array of bytes.
See Also