StandardFormat
Represents a standard formatting string without using an actual String. A StandardFormat consists of a character (such as 'G', 'D' or 'X')
and an optional precision ranging from 0..99, or the special value NoPrecision.
The maximum valid precision value.
Precision values for format that don't use a precision, or for when the precision is to be unspecified.
true if Precision is a value other than NoPrecision
true if the StandardFormat == default(StandardFormat)
The precision component of the format. Ranges from 0..9 or the special value NoPrecision.
The character component of the format.
Create a StandardFormat.
Returns true if both the Symbol and Precision are equal.
Converts a character to a StandardFormat using the NoPrecision precision.
Returns false if both the Symbol and Precision are equal.
Converts a classic .NET format string into a StandardFormat
Converts a classic .NET format string into a StandardFormat
Returns true if both the Symbol and Precision are equal.