CfParser.parseHexCodepoint

private dchar parseHexCodepoint(string hex) static @safe pure

Parses a hex string into a Unicode codepoint.

Parameters

hexThe hex string

Returns

The Unicode codepoint.