Converts hex byte data to normal byte data. Hex data must be in two bytes pairs, for example: 0F,FF,A3,... .
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("Use Net_Utils.FromHex instead of it")] public static byte[] FromHex( byte[] hexData )
<ObsoleteAttribute("Use Net_Utils.FromHex instead of it")> Public Shared Function FromHex ( hexData As Byte() ) As Byte()
public: [ObsoleteAttribute(L"Use Net_Utils.FromHex instead of it")] static array<unsigned char>^ FromHex( array<unsigned char>^ hexData )
[<ObsoleteAttribute("Use Net_Utils.FromHex instead of it")>] static member FromHex : hexData : byte[] -> byte[]
Parameters
- hexData (array<Byte>[]()[][])
- Hex data.
Return Value
array<Byte>[]()[][]
[Missing <returns> documentation for "M:LumiSoft.Net.Core.FromHex(System.Byte[])"]
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119