Skip to content

M_CommandLine_UnParserExtensions_FormatOption

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

UnParserExtensions.FormatOption Method

Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

private static string FormatOption(
	OptionSpecification spec,
	Object value,
	UnParserSettings settings
)

VB

Private Shared Function FormatOption ( 
	spec As OptionSpecification,
	value As Object,
	settings As UnParserSettings
) As String

C++

private:
static String^ FormatOption(
	OptionSpecification^ spec, 
	Object^ value, 
	UnParserSettings^ settings
)

F#

private static member FormatOption : 
        spec : OptionSpecification * 
        value : Object * 
        settings : UnParserSettings -> string 

Parameters

 

spec
Type: CommandLine.Core.OptionSpecification
value
Type: System.Object
settings
Type: CommandLine.UnParserSettings

Return Value

Type: String

See Also

Reference

UnParserExtensions Class
CommandLine Namespace

Clone this wiki locally