Property Names
Names
An extension can be explicitly called by using any of its names. Any extensions with "" names will be called implicitly (when no named formatter is specified). For example, "{0:default:N2}" or "{0:d:N2}" will explicitly call the "default" extension. "{0:N2}" will implicitly call the "default" extension (and other extensions, too).
Declaration
public string[] Names { get; set; }
Property Value
Type | Description |
---|---|
string[] |