ParserSettingsParsingCulture Property |
Gets or sets the culture used when parsing arguments to typed properties.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic CultureInfo ParsingCulture { get; set; }
public:
property CultureInfo^ ParsingCulture {
CultureInfo^ get ();
void set (CultureInfo^ value);
}
Property Value
Type:
CultureInfo
Remarks
See Also