Click or drag to resize

LanguageTagIsWellFormed Method

Determine if a string represents a well-formed language tag.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsWellFormed(
	string languageTag
)

Parameters

languageTag
Type: SystemString
The string to check.

Return Value

Type: Boolean
True if languageTag is a well-formed language or a grandfathered tag that is considered valid.
See Also