[]
Converts an object to a string value.
public static string GetString(object value)
Type | Name | Description |
---|---|---|
object | value | The object to convert. |
Type | Description |
---|---|
string | The converted value, or empty string if the object could not be converted. |