| Overload | Description |
|---|---|
| GetValueOrDefault() | Overloaded. Returns the Value of the object, or string.Empty. |
| GetValueOrDefault(String) | Overloaded. Returns the Value of the object, or the passed in defaultValue. |
| GetValueOrDefault(VistaDBText) | Overloaded. Returns the Value of the object, or the value of the passed in defaultValue. |
| GetValueOrDefault(VistaDBString) | Overloaded. Returns the Value of the object, or string.Empty. (Inherited from VistaDB.VistaDBTypes.VistaDBString) |