Click or drag to resize

XmlSpecsHelperGetSupportedDataType Method

Gets the Data Type Uri of the given Node if it has a supported type.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string GetSupportedDataType(
	INode n
)

Parameters

n
Type: VDS.RDFINode
Node.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Parsing.XmlSpecsHelper.GetSupportedDataType(VDS.RDF.INode)"]

Remarks

Only ILiteralNode's can have a Data Type.

The function only returns the Data Type Uri (as a String) if the Data Type of the Literal is one of the supported Data Types.

See Also