LumiSoft Net Help
ToHex Method (text)
NamespacesLumiSoft.NetNet_UtilsToHex(String)
Converts specified string to HEX string.
Declaration Syntax
C#Visual BasicVisual 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 
Parameters
text (String)
String to convert.
Return Value
String
Returns hex string.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when text is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119