XmlSpecsHelperIsSupportedType Method (Uri) |
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:
Syntaxpublic static bool IsSupportedType(
Uri type
)
Public Shared Function IsSupportedType (
type As Uri
) As Boolean
Parameters
- type
- Type: SystemUri
Data Type Uri.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.XmlSpecsHelper.IsSupportedType(System.Uri)"]
See Also