OptionFormattingUtilities.Name<TOptions>(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Formats the name of an options object.
public static string Name<TOptions> (string name = default, string formatting = default);
static member Name : string * string -> string
Public Shared Function Name(Of TOptions) (Optional name As String = Nothing, Optional formatting As String = Nothing) As String
Type Parameters
- TOptions
The options type.
Parameters
- name
- String
The options name.
- formatting
- String
The format string.
Returns
The formatted options object name.