Skip to content

T_CommandLine_UnParserExtensions

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

UnParserExtensions Class

Provides overloads to unparse options instance.

Inheritance Hierarchy

System.Object
  CommandLine.UnParserExtensions
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public static class UnParserExtensions

VB

<ExtensionAttribute>
Public NotInheritable Class UnParserExtensions

C++

[ExtensionAttribute]
public ref class UnParserExtensions abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type UnParserExtensions =  class end

Methods

 

Name Description
Public methodStatic member FormatCommandLine(T)(Parser, T) Format a command line argument string from a parsed instance.
Public methodStatic member FormatCommandLine(T)(Parser, T, Action(UnParserSettings)) Format a command line argument string from a parsed instance.
Private methodStatic member FormatName
Private methodStatic member FormatOption
Private methodStatic member FormatValue
Private methodStatic member FormatWithQuotesIfString
Private methodStatic member IsEmpty
Private methodStatic member NormalizeValue
Private methodStatic member SeperatorOrSpace
  Back to Top

See Also

Reference

CommandLine Namespace

Clone this wiki locally