Converts hex byte data to normal byte data. Hex data must be in two bytes pairs, for example: 0F,FF,A3,... .
| C# | Visual Basic | Managed C++ |
public: static array<unsigned char>^ FromHex ( array<unsigned char>^ hexData )
- hexData (Byte[]())
- Hex data.
[Missing <returns> documentation for M:LumiSoft.Net.Core.FromHex(System.Byte[])]
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)