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: 
Syntaxpublic static CultureInfo DefaultCulture { get; set; }Public Shared Property DefaultCulture As CultureInfo
	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