Click or drag to resize

UnicodeSpecsHelperConvertToChars Method

Converts a Hex Escape into the relevant UTF-16 codepoints.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static char[] ConvertToChars(
	string hex
)

Parameters

hex
Type: SystemString

[Missing <param name="hex"/> documentation for "M:VDS.RDF.Parsing.UnicodeSpecsHelper.ConvertToChars(System.String)"]

Return Value

Type: Char

[Missing <returns> documentation for "M:VDS.RDF.Parsing.UnicodeSpecsHelper.ConvertToChars(System.String)"]

See Also