Share via


NumberSeq::createAnnotatedFormatFromFormat Method [AX 2012]

Creates an annotated format string from the specified format string.

Syntax

client server public static str createAnnotatedFormatFromFormat(str _format)

Run On

Called

Parameters

  • _format
    Type: str
    The format string to create an annotated format string.

Return Value

Type: str
An annotated format string corresponding to the specified format string.

Remarks

All non-formatting characters are treated as literal constants in the resulting annotated format string.

See Also

Reference

NumberSeq Class