Share via


RetailUtils::str2Hex Method [AX 2012]

Converts the specified string value to hexadecimal.

Syntax

server public static str str2Hex(str inStr)

Run On

Server

Parameters

  • inStr
    Type: str
    The input string to be converted.

Return Value

Type: str
The string converted to hexadecimal.

See Also

Reference

RetailUtils Class