SCIMBridge 0.4.x
size_t scim_bridge_string_from_uint ( char **  str,
unsigned int  value 
)

Translate an unsigned integer into a string.

Parameters:
valueThe value to translate.
strThe destination pointer for the new string.
Returns:
The length of the new string if succeeded, otherwise it returns -1.