SCIMBridge  0.4.x

◆ scim_bridge_string_to_uint()

retval_t scim_bridge_string_to_uint ( unsigned int *  dst,
const char *  str 
)

Translate a string into an unsigned integer.

Parameters
strThe string to translate.
dstThe destination pointer of uint.
Returns
It returns RETVAL_SUCCEEDED if succeeded, otherwise it returns RETVAIL_FAILED.