42.9. slapi_value_get_string()
#include "slapi-plugin.h" const char*slapi_value_get_string(const Slapi_Value *value);
This function takes the following parameter:
|
value
| Pointer to the value you wish to get as a string. |
This function returns one of the following values:
- A string containing the value. The function returns a pointer to the actual string value in Slapi_Value, not a copy of it.
NULLif there is no value.
You should not free the string unless to plan to replace it by calling slapi_value_set_string().

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.