Converts specified data to HEX string.

C# | Visual Basic | Visual C++ | F# |
public static string ToHex( byte[] data )
Public Shared Function ToHex ( data As Byte() ) As String
public: static String^ ToHex( array<unsigned char>^ data )
static member ToHex : data : byte[] -> string

- data (array<Byte>[]()[][])
- Data to convert.

String
Returns hex string.
Returns hex string.

Exception | Condition |
---|---|
ArgumentNullException | Is raised when data is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119