mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-02-22 02:45:05 -06:00
1.1 KiB
1.1 KiB
HexToBytes Method
Converts a hex string back to a byte array.
Definition
Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.4
C#
private byte[] HexToBytes(
string hex
)
F#
private member HexToBytes :
hex : string -> byte[]
Parameters
- String
- The hexadecimal.
Return Value
Byte[]
A byte[].
Exceptions
ArgumentException | Thrown when one or more arguments have unsupported or illegal values. |