SCIMBridge  0.4.x

◆ scim_bridge_string_to_boolean()

retval_t scim_bridge_string_to_boolean ( boolean dst,
const char *  str 
)

Translate a string into a boolean.

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