Transcription of .NET Format Strings - cheat sheets
{{id}} {{{paragraph}}}
NET Standard DateTime Format Strings Specifier Name Description d Short date pattern Represents a custom DateTime Format string defined by the current ShortDatePattern property. D Long date pattern Represents a custom DateTime Format string defined by the current LongDatePattern property. f Full date/time pattern Represents a combination of the long date (D) and short time (t) patterns, separated by a space. (short time). F Full date/time pattern Represents a custom DateTime Format string defined by the current FullDateTimePattern property. (long time). g General date/time Represents a combination of the short date (d) and short time (t) patterns, separated by a space. pattern (short time). G General date/time Represents a combination of the short date (d) and long time (T) patterns, separated by a space. pattern (long time).
.NET Custom Number Format Strings
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}