list_format library
Joins a list of strings according to locale-specific rules.
This is typically used for joining items with appropriate conjunctions (like 'and' or 'or') or punctuation (like commas).
Available either as an extension on List<String>, or through the
ListFormat class.
Classes
- ListFormat
- Joins a list of strings according to locale-specific rules.
- Locale
- Representing a Unicode locale identifier.
Enums
- ListType
- Indicates the type of grouping.
Extensions
-
ListFormatIntl4x
on List<
String> -
Extension methods on
List<String>for locale-sensitive list formatting.