from_string


Description:

[ CCode ( cname = "g_ascii_string_to_unsigned" ) ]
[ Version ( since = "2.54" ) ]
public static bool from_string (string str, out uint64 out_num = null, uint @base = 10, uint64 min = MIN, uint64 max = MAX) throws NumberParserError