Overload | Description |
---|---|
Format(DateTime,FormatOptions) | Formats the specified date to display text. |
Format(TimeSpan,FormatOptions) | Formats the specified number to display text. |
Format(Double,FormatOptions) | Formats the specified number to display text. |
Format(String,FormatOptions) | Formats the specified text to display text. |
Format(Boolean,FormatOptions) | Formats the specified boolean value to display text. |
Format(Object,FormatOptions) | Formats the specified object to display text. |