Summary
public virtual string ToString()
Attempts to get this value as a string . If the value is empty or cannot be understood as this data type, an empty string will be returned instead.
Returns
Summary
public string ToString(string defaultValue)
Attempts to get this value as a string . If the value is empty or cannot be understood as this data type, the defaultValue will be returned instead.
Returns
Parameters
- string defaultValue