Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.