Converts data to hex data.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static byte[] ToHex( byte[] data )
Public Shared Function ToHex ( data As Byte() ) As Byte()
public: static array<unsigned char>^ ToHex( array<unsigned char>^ data )
static member ToHex : data : byte[] -> byte[]
Parameters
- data (array<Byte>[]()[][])
- Data to convert.
Return Value
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119