Click or drag to resize

OptionsDefaultCulture Property

Gets/Sets the default culture literal comparison when literals are string or not implicitely comparable (different types, parse/cast error...)

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static CultureInfo DefaultCulture { get; set; }

Property Value

Type: CultureInfo
Remarks
The default is set to the invariant culture to preserve behavioural backwards compatibility with past versions of dotNetRDF.
See Also