public static byte ToByte(
byte[] value,
int startIndex
)Public Shared Function ToByte (
value As Byte(),
startIndex As Integer
) As Bytepublic:
static unsigned char ToByte(
array<unsigned char>^ value,
int startIndex
)static member ToByte :
value : byte[] *
startIndex : int -> byte