Converts specified string to HEX string.

C# | Visual Basic | Visual C++ | F# |
public static string ToHex( string text )
Public Shared Function ToHex ( text As String ) As String
public: static String^ ToHex( String^ text )
static member ToHex : text : string -> string

- text (String)
- String to convert.

String
Returns hex string.
Returns hex string.

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