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