IOptionFormatter.Format 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 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.