VistaDB 6
VistaDB.VistaDBTypes Namespace / VistaDBString Class / GetValueOrDefault Method / GetValueOrDefault(VistaDBString) Method


In This Topic
    GetValueOrDefault(VistaDBString) Method
    In This Topic
    Overloaded. Returns the Value of the object, or the value of the passed in defaultValue.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetValueOrDefault( _
       ByVal defaultValue As VistaDBString _
    ) As System.String
    'Usage
     
    
    Dim instance As VistaDBString
    Dim defaultValue As VistaDBString
    Dim value As System.String
     
    value = instance.GetValueOrDefault(defaultValue)
    public System.string GetValueOrDefault( 
       VistaDBString defaultValue
    )

    Parameters

    defaultValue

    Return Value

    string
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also