Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / dd Class / GetString Method / GetString(String,String) Method

In This Topic
    GetString(String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetString( _
       ByVal path As System.String, _
       ByVal defaultValue As System.String _
    ) As System.String
    public System.string GetString( 
       System.string path,
       System.string defaultValue
    )

    Parameters

    path
    defaultValue
    See Also