@Hex
¶
@Hex
decodes hexadecimal String
instances into byte[]
instances.
The following source types and target declarations are supported.
Source Type | Target Declaration | Example |
---|---|---|
String |
@Hex byte[] |
"0A1B2C" → new byte[] { 0x0A, 0x1B, 0x2C } |