StringsToHex Method
Convert a string to hexadecimal.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ToHex(
string text
)
Public Shared Function ToHex (
text As String
) As String
- text String
- Text to convert.
StringString with the hexadecimal value.