New posts in string-formatting

How to generically format a boolean to a Yes/No string?

Add commas or spaces to group every three digits

How can I format a decimal bound to TextBox without angering my users?

Get AM/PM for a date time in lowercase using only a datetime format

Python: Logging TypeError: not all arguments converted during string formatting

How to format localised strings in Swift?

String.Format an integer to use a thousands separator without decimal places or leading 0 for small integers

Matlab file name with zero-padded numbers

String.Format way to format Currency without Cents

Display Float as String with at Least 1 Decimal Place

C# - Insert a variable number of spaces into a string? (Formatting an output file)

advanced string formatting vs template strings

Using locals() and format() method for strings: are there any caveats?

How to use StringFormat in XAML elements?

StringFormat and Multibinding with Label

Python: String Formatter Align center [duplicate]

Clever way to append 's' for plural form in .Net (syntactic sugar)

JavaScript Chart.js - Custom data formatting to display on tooltip

What is the difference between !r and %r in Python?

Turn byte into two-digit hexadecimal number just using ToString?