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.
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.