ConvertersToByteArray Method (Int16) |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static byte[] ToByteArray(
short[] array
)
Public Shared Function ToByteArray (
array As Short()
) As Byte()
public:
static array<unsigned char>^ ToByteArray(
array<short>^ array
)
static member ToByteArray :
array : int16[] -> byte[]
Parameters
- array
- Type: SystemInt16
Return Value
Type:
Byte
See Also