| CommandLineArgumentToCommandLineOption Method |
Returns the value as a command line option
Namespace: SandcastleBuilder.MicrosoftHelpViewerAssembly: HelpLibraryManagerLauncher (in HelpLibraryManagerLauncher.exe) Version: 2014.11.22.0
Syntax public string ToCommandLineOption()
Public Function ToCommandLineOption As String
public:
String^ ToCommandLineOption()
member ToCommandLineOption : unit -> string
Return Value
Type:
StringThe value ready for use as a command line option. If it
contains spaces, it will be enclosed in quotes.
See Also