pub unsafe extern "C" fn FLValue_ToString(
arg1: FLValue,
) -> FLStringResultExpand description
Returns a string representation of any scalar value. Data values are returned in raw form. Arrays and dictionaries don’t have a representation and will return NULL.