scan_int
Description:
[ Version ( deprecated = true , deprecated_since = "1.38" ) ]
public bool scan_int (ref string pos, out int @out)
Warning: scan_int is deprecated since 1.38.
Scans an integer.
Leading white space is skipped.
Parameters:
pos |
in/out string position |
out |
an int into which to write the result |
Returns:
false if a parse error occurred |
Namespace: Pango
Package: pango