I need to format a ultranumicedir as percent, and stumbed upon "P" in a post, but am shocked that I can't find a comprehensive list of possibilities, especially with abbreviations.
Am I missing something obvious? Is this a Visual Studio standard somewhere?
This will come up again I am sure.
Any help appreciated.
Mathew Brown
The standard/custom strings are documented in MS' help - http://msdn.microsoft.com/en-us/library/fbxft59x.aspx
Matthew,
Yes, the available values for format strings are standardized by the .NET Framework. The following MSDN articles list the available values for format strings for numeric values:Standard Numeric Format StringsCustom Numeric Format Strings
In case it helps, here are additional articles related to DateTime values:Standard Date and Time Format StringsCustom Date and Time Format Strings