Click or drag to resize
HelpText  Conversion (HelpText to String)
Converts the help instance to a String.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static implicit operator string (
	HelpText info
)

Parameters

info
Type: X3Platform.CommandLine.TextHelpText
This HelpText instance.

Return Value

Type: String
The String that contains the help screen.
See Also