Click or drag to resize
ParserSettingsParsingCulture Property
Gets or sets the culture used when parsing arguments to typed properties.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public CultureInfo ParsingCulture { get; set; }

Property Value

Type: CultureInfo
Remarks
Default is CurrentCulture of CurrentThread.
See Also