The RdfDatatypes type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetLiteralLanguageTag |
Attempts to extract a language tag from the provided value
| |
| GetLiteralString |
Attempts to convert the specified value to an RDF literal string
| |
| GetRdfDatatype |
Returns the datatype URI to use for items of the specified type
| |
| IsKnownType |
Returns true if the specified type is mapped to an RDF literal type by this class
| |
| ParseLiteralString |
Attempts to parse a typed value from a literal string
| |
| TryParseLiteralString |
Performs a safe parse on the specified literal string
|
Fields
| Name | Description | |
|---|---|---|
| Base64Binary |
The XML Schema base-64 binary datatype URI
| |
| Boolean |
The XML Schema bool datatype URI
| |
| Byte |
The XML Schema byte datatype URI
| |
| Char |
The NP XML Schema char datatype URI
| |
| Date |
The XML Schema date datatype URI
| |
| DateTime |
The XML Schema dateTime datatype URI
| |
| Decimal |
The XML Schema decimal datatype URI
| |
| Double |
The XML Schema double datatype URI
| |
| Float |
The XML Schema float datatype URI
| |
| Guid |
The WSDL-defined datatype URI for GUID
| |
| Integer |
The XML Schema integer datatype URI
| |
| Long |
The XML Schema long datatype URI
| |
| MicrosoftWdslTypesNamespace |
The XML namespace for WSDL datatypes
| |
| NetworkedPlanetXsdNamespace |
The XML namespace for NetworkedPlanet-defined datatypes
| |
| PlainLiteral |
The datatype URI for an RDF plain literal
| |
| RdfSchemaNamespace |
The XML namespace for RDFS
| |
| Short |
The XML Schema short datatype URI
| |
| String |
The XML Schema string datatype URI
| |
| UnsignedByte |
The XML Schema unsigned byte datatype URI
| |
| UnsignedInteger |
The XML Schema unsigned integer datatype URI
| |
| UnsignedLong |
The XML Schema unsigned long datatype URI
| |
| UnsignedShort |
The XML Schema unsigned short integer datatype URI
| |
| XmlLiteral |
The datatype URI for an RDF xml literal
| |
| XsdNamespace |
The XML namespace for W3C XML Schema
|