Click or drag to resize

XmlSpecsHelperIsSupportedType Method (String)

Returns whether the given Type refers to one of the types supported by the LiteralNode CompareTo method.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsSupportedType(
	string type
)

Parameters

type
Type: SystemString
Data Type Uri.

Return Value

Type: Boolean

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

See Also