Share via


NumberSeq::parseAnnotatedFormat Method [AX 2012]

Parses the specified annotated format string into a container of segment information.

Syntax

client server public static container parseAnnotatedFormat(str _annotatedFormat)

Run On

Called

Parameters

  • _annotatedFormat
    Type: str
    The annotated format string to parse.

Return Value

Type: container
A container that holds the segment information for the specified annotated format string.

Remarks

Each segment is a container that contains two elements. The segment information in the resulting container has the following format:

  1. The NumberSeqParameterType enumeration value that describes the parameter type.

  2. 1 for a segment that contains a constant literal value.

  3. 2 for a segment that contains formatting characters.

  4. The type of the value is specific to the parameter type.

See Also

Reference

NumberSeq Class