ByteConverterBytesReplace 方法 |
填充
命名空间:
GISShare.SMap.Utils
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static void BytesReplace(
byte[] bufferDES,
int iStartIndexDES,
byte[] bufferSRC,
int iStartIndexSRC,
int iLengthSRC
)
Public Shared Sub BytesReplace (
bufferDES As Byte(),
iStartIndexDES As Integer,
bufferSRC As Byte(),
iStartIndexSRC As Integer,
iLengthSRC As Integer
)
public:
static void BytesReplace(
array<unsigned char>^ bufferDES,
int iStartIndexDES,
array<unsigned char>^ bufferSRC,
int iStartIndexSRC,
int iLengthSRC
)
static member BytesReplace :
bufferDES : byte[] *
iStartIndexDES : int *
bufferSRC : byte[] *
iStartIndexSRC : int *
iLengthSRC : int -> unit
参数
- bufferDES
- 类型: SystemByte
- iStartIndexDES
- 类型: SystemInt32
- bufferSRC
- 类型: SystemByte
- iStartIndexSRC
- 类型: SystemInt32
- iLengthSRC
- 类型: SystemInt32
参见