CodeQL library for C#
codeql/csharp-all 0.10.1 (changelog, source)
Search

Predicate parseInt

Parses an integer constant n or interval n1..n2 (inclusive) and gets the value of the constant or any value contained in the interval.

Import path

import codeql.dataflow.internal.AccessPathSyntax
int parseInt(string arg)