ConvertHelperBytesToInt32 Method | Helper帮助文档 |
将byte[]转换成int
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int BytesToInt32( byte[] data )
Public Shared Function BytesToInt32 ( data As Byte() ) As Integer
public: static int BytesToInt32( array<unsigned char>^ data )
static member BytesToInt32 : data : byte[] -> int
Parameters
- data
- Type: SystemByte
需要转换成整数的byte数组
Return Value
Type: Int32[Missing <returns> documentation for "M:HD.Common.ConvertHelper.BytesToInt32(System.Byte[])"]
See Also