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
)
Public Shared Function ConvertToChar (
hex As String
) As Char
Parameters
- hex
- Type: SystemString
Hex code.
Return Value
Type:
Char[Missing <returns> documentation for "M:VDS.RDF.Parsing.UnicodeSpecsHelper.ConvertToChar(System.String)"]
See Also