Edit

Share via


IOptionFormatter.Format Method

Definition

Formats the options object into a collection of strings.

public System.Collections.Generic.IEnumerable<string> Format ();
abstract member Format : unit -> seq<string>
Public Function Format () As IEnumerable(Of String)

Returns

A collection of formatted string-value pairs corresponding the the properties on the options object.

Applies to