ParserSettings Constructor (Boolean) |
Initializes a new instance of the
ParserSettings class,
setting the case comparison behavior.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic ParserSettings(
bool caseSensitive
)
public:
ParserSettings(
bool caseSensitive
)
Parameters
- caseSensitive
- Type: SystemBoolean
If set to true, parsing will be case sensitive.
See Also