RdfXmlSpecsHelperIsValidUriRefEncoding Method |
Checks whether a given URIRef is encoded in Unicode Normal Form C.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsValidUriRefEncoding(
string uriref
)
Public Shared Function IsValidUriRefEncoding (
uriref As String
) As Boolean
Parameters
- uriref
- Type: SystemString
URIRef to Test.
Return Value
Type:
BooleanTrue if the URIRef is encoded correctly.
See Also