'DeclarationPublic Overloads Function GetValueOrDefault( _ ByVal defaultValue As System.String _ ) As System.String
'UsageDim instance As VistaDBString Dim defaultValue As System.String Dim value As System.String value = instance.GetValueOrDefault(defaultValue)
public System.string GetValueOrDefault( System.string defaultValue )
Parameters
- defaultValue
Return Value
string with the current value, or passed in defaultValue