.NET Format Strings - cheat sheets
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.
.NET Custom Number Format Strings
Download .NET Format Strings - cheat sheets
Information
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document: