Click or drag to resize

C2Hex Function

X#
Convert a string value to a hexadecimal string.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION C2Hex(
	cSource AS STRING
) AS STRING
Request Example View Source

Parameters

cSource
Type: String
String to convert

Return Value

Type: String
A string with the hex representation of the value
Examples
? C2Hex("abcdef") // 616263646566
See Also