Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
The NumberSeqParameterType enumeration value that describes the parameter type.
1 for a segment that contains a constant literal value.
2 for a segment that contains formatting characters.
The type of the value is specific to the parameter type.