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
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