ByteConverterBytesSplit 方法 |
字符截取
命名空间:
GISShare.SMap.Utils
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static byte[] BytesSplit(
byte[] buffer,
int iStartIndex,
int iLength
)
Public Shared Function BytesSplit (
buffer As Byte(),
iStartIndex As Integer,
iLength As Integer
) As Byte()
public:
static array<unsigned char>^ BytesSplit(
array<unsigned char>^ buffer,
int iStartIndex,
int iLength
)
static member BytesSplit :
buffer : byte[] *
iStartIndex : int *
iLength : int -> byte[]
参数
- buffer
- 类型: SystemByte
- iStartIndex
- 类型: SystemInt32
- iLength
- 类型: SystemInt32
返回值
类型:
Byte
参见