Click or drag to resize

XmlSpecsHelperGetCompatibleSupportedDataType Method (String, String, Boolean)

Gets the Compatible Supported Data Type for the two Data Types.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string GetCompatibleSupportedDataType(
	string type1,
	string type2,
	bool widen
)

Parameters

type1
Type: SystemString
A Data Type.
type2
Type: SystemString
A Data Type.
widen
Type: SystemBoolean
Whether the compatible type should be the wider type.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Parsing.XmlSpecsHelper.GetCompatibleSupportedDataType(System.String,System.String,System.Boolean)"]

Remarks

Currently this is only immplemented sufficiently for the types it needs to know are compatible for implementing SPARQL equality and ordering semantics.

See Also