CfParser.parseIntegerValue

private long parseIntegerValue(string raw, Location loc) @safe pure

Parses an integer value from raw string.

Parameters

rawThe raw string to parse
locToken location used for error reporting

Returns

The parsed long value.

Throws

CfParseException if the literal is malformed or overflows.