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:
Syntaxpublic static bool IsSupportedType(
string type
)
Public Shared Function IsSupportedType (
type As String
) As Boolean
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