Shortly put: the C1 and F1 functions can parse "41 00 42 00 43 00", with formatting. The others only accept "410042004300", no formatting. Those hex strings would convert into a byte array: Or "ABC" ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Hex strings can be used to encrypt and share data by first converting the data to a byte string, and then converting the byte string to a hexadecimal string. The hexadecimal string can then be shared ...