XmlSpecsHelperGetCompatibleSupportedDataType Method (String, String) |
Gets the Compatible Supported Data Type for the two Data Types.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic static string GetCompatibleSupportedDataType(
string type1,
string type2
)
Public Shared Function GetCompatibleSupportedDataType (
type1 As String,
type2 As String
) As String
Parameters
- type1
- Type: SystemString
A Data Type. - type2
- Type: SystemString
A Data Type.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Parsing.XmlSpecsHelper.GetCompatibleSupportedDataType(System.String,System.String)"]
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