FormatStringSpecification
Specifies a format string.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Type members
Classlikes
Specifies escapable characters. Currently '%%' will be escaped to '%' and '%n' to a platform-specific newlinew character.
Specifies escapable characters. Currently '%%' will be escaped to '%' and '%n' to a platform-specific newlinew character.
Attributes
- Supertypes
-
class Enumerationtrait Serializableclass Objecttrait Matchableclass Any
- Self type
-
EscapableCharacter.type
Value members
Concrete methods
Determines whether this format specifier specifies a floating point format.
Determines whether this format specifier specifies a floating point format.
Attributes
Determines whether this format specifier specifies an integer format.
Determines whether this format specifier specifies an integer format.
Attributes
Determines whether this format specifies neither an integer nor a floating point format.
Determines whether this format specifies neither an integer nor a floating point format.
Attributes
Concrete fields
Precede integer with 0 for o, 0x for x and 0X for X.
Precede integer with 0 for o, 0x for x and 0X for X.
Attributes
Enclose negative numbers with parenthesis.
Enclose negative numbers with parenthesis.
Attributes
The format specifier.
The format specifier.
Attributes
Left justify withing the given field of width FmtWidth.
Left justify withing the given field of width FmtWidth.
Attributes
Use a locale-specific grouping separator.
Use a locale-specific grouping separator.
Attributes
If no sign is written, write a space (0x20) instead.
If no sign is written, write a space (0x20) instead.
Attributes
Precede the output with a '+', unless the value is negative.
Precede the output with a '+', unless the value is negative.
Attributes
The maximum numbers of characters written for floating points. Not applicable to o, d, x and X types.
The maximum numbers of characters written for floating points. Not applicable to o, d, x and X types.
Attributes
Prefix string before the format specifier.
Prefix string before the format specifier.
Attributes
Suffix string after the format specifier.
Suffix string after the format specifier.
Attributes
Indicates whether the output should be in upper case.
Indicates whether the output should be in upper case.
Attributes
A non-negative decimal integer specifying the minimal number of characters written to the output.
A non-negative decimal integer specifying the minimal number of characters written to the output.
Attributes
Left-pad the number with 0 if a padding is specified.
Left-pad the number with 0 if a padding is specified.