Transform a string to hex, without dividing character between hexes
Namespace: LLCryptoLib.UtilsAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static string Text2Hex(
string text
) |
Visual Basic |
---|
Public Shared Function Text2Hex ( _
text As String _
) As String |
Visual C++ |
---|
public:
static String^ Text2Hex(
String^ text
) |
Parameters
- text
- Type: System..::..String
input string
Return Value
Hex version of input string
Exceptions
Exception | Condition |
---|
System..::..ArgumentNullException | |
See Also