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