Click or drag to resize

UnicodeSpecsHelperConvertToChar Method

Converts a Hex Escape into the relevant Unicode Character.

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

Parameters

hex
Type: SystemString
Hex code.

Return Value

Type: Char

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

See Also