Global::strFmtLB Method [AX 2012]

Replaces each occurrence of the characters ‘\n’ with one newline hexadecimal character 0x0A.

Syntax

client server public static str strFmtLB(str _str)

Run On

Called

Parameters

  • _str
    Type: str
    The original String that might contain occurrences of ‘\n’.

Return Value

Type: str
A String that contains newline hexadecimal characters instead of the ‘\n’ character pairs.

Remarks

This method can be used to improve the display in message boxes of Strings that contain ‘\n’ substrings.

See Also

Reference

Global Class