Method

AgsFileUtilget_uint

since: 6.3.0

Declaration [src]

guint
ags_file_util_get_uint (
  AgsFileUtil* file_util,
  gchar* str
)

Description [src]

Get unsigned integer from string.

Available since: 6.3.0

Parameters

str

Type: gchar*

The string to convert.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: guint

The converted unsigned integer.