Parameters
value | the value to be converted to a string, or null |
Returns
the new string, or null if an error occurred
string getStrFromValue(gobject.value.Value value = null)Creates a new string which is a "user friendly" representation of the given value (in the user's locale, specially for the dates). If the value is NULL or is of type GDA_TYPE_NULL, the returned string is a copy of "" (empty string).
value | the value to be converted to a string, or null |