IByteArrayConverterTGetBytes Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
SyntaxFunction GetBytes (
obj As T
) As Byte()
array<unsigned char>^ GetBytes(
T obj
)
abstract GetBytes :
obj : 'T -> byte[] Parameters
- obj T
-
Return Value
Byte
See Also