Edit

Share via


OptionFormattingUtilities.Name<TOptions>(String, String) Method

Definition

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.

Applies to