ByteConverterInt16ToBytes 方法 |
整形转字节数组
命名空间:
GISShare.SMap.Utils
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static byte[] Int16ToBytes(
int iValue,
ByteOrderStyle eByteOrderStyle
)
Public Shared Function Int16ToBytes (
iValue As Integer,
eByteOrderStyle As ByteOrderStyle
) As Byte()
public:
static array<unsigned char>^ Int16ToBytes(
int iValue,
ByteOrderStyle eByteOrderStyle
)
static member Int16ToBytes :
iValue : int *
eByteOrderStyle : ByteOrderStyle -> byte[]
参数
- iValue
- 类型: SystemInt32
- eByteOrderStyle
- 类型: GISShare.SMap.UtilsByteOrderStyle
返回值
类型:
Byte
参见