HelpTextRenderParsingErrorsText Method |
Builds a string that contains a parsing error message.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic string RenderParsingErrorsText(
Object options,
int indent
)
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:
StringThe
String that contains the parsing error message.
See Also