'DeclarationPublic Overloads Shadows Function GetValueOrDefault() As System.String
'UsageDim instance As VistaDBText Dim value As System.String value = instance.GetValueOrDefault()
public new System.string GetValueOrDefault()
Return Value
string with the current value, or string.Empty if the Value is null.