Creates a binary data represented by the specified hex string. A hex string is a sequence of two-digit hex numbers. Each hex number represents a byte.
For example, hex string "0AFF" represents two bytes, the first being 10 (0A) and the second 255 (FF).
Input Arguments
|
Output Arguments
|
Return Value
None
Examples
Define_Com Class(#XPRIM_Binary) Name(#EncryptionKey)
#EncryptionKey.FromHexString String('a078f3bb')