M_CommandLine_UnParserExtensions_FormatOption - adutton/commandline GitHub Wiki
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
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 StringC++
private:
static String^ FormatOption(
OptionSpecification^ spec,
Object^ value,
UnParserSettings^ settings
)F#
private static member FormatOption :
spec : OptionSpecification *
value : Object *
settings : UnParserSettings -> string
- spec
- Type: CommandLine.Core.OptionSpecification
- value
- Type: System.Object
- settings
- Type: CommandLine.UnParserSettings
Type: String