DisplayNameFormatter Constructors
Overloads
Name | Description |
---|---|
Initialises a new instance of the DisplayNameFormatter class using default options. | |
Initialises a new instance of the DisplayNameFormatter class with the specified options. |
DisplayNameFormatter()
Initialises a new instance of the DisplayNameFormatter class using default options.
public DisplayNameFormatter();
DisplayNameFormatter(DisplayNameFormatterOptions)
Initialises a new instance of the DisplayNameFormatter class with the specified options.
public DisplayNameFormatter(DisplayNameFormatterOptions options);
Parameters
Name | Type | Description |
---|---|---|
options | The options to use. |
Last modified: 17 December 2024