Click or drag to resize
Sandcastle Help File BuilderCommandLineArgumentToCommandLineOption Method
Returns the value as a command line option

Namespace: SandcastleBuilder.MicrosoftHelpViewer
Assembly: HelpLibraryManagerLauncher (in HelpLibraryManagerLauncher.exe) Version: 2014.11.22.0
Syntax
public string ToCommandLineOption()

Return Value

Type: String
The value ready for use as a command line option. If it contains spaces, it will be enclosed in quotes.
See Also