Click or drag to resize
HelpTextRenderParsingErrorsText Method
Builds a string that contains a parsing error message.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public string RenderParsingErrorsText(
	Object options,
	int indent
)

Parameters

options
Type: SystemObject
An options target instance that collects parsed arguments parsed with the ParserStateAttribute associated to a property of type IParserState.
indent
Type: SystemInt32
Number of spaces used to indent text.

Return Value

Type: String
The String that contains the parsing error message.
See Also