The RdfDatatypes type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetLiteralLanguageTag
Attempts to extract a language tag from the provided value
Public methodStatic memberGetLiteralString
Attempts to convert the specified value to an RDF literal string
Public methodStatic memberGetRdfDatatype
Returns the datatype URI to use for items of the specified type
Public methodStatic memberIsKnownType
Returns true if the specified type is mapped to an RDF literal type by this class
Public methodStatic memberParseLiteralString
Attempts to parse a typed value from a literal string
Public methodStatic memberTryParseLiteralString
Performs a safe parse on the specified literal string

See Also