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

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

    Parameters

    path
    defaultValue
    See Also