Converts a hex string to a byte array.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- hexString
- Type: SystemString
The hex string to convert in the format 'XX XX XX... XX'. - length
- Type: SystemInt32
The length of the resulting string (use -1 to convert all).
Return Value
Type: ByteThe converted byte array.
Remarks
See Also