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