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

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

    Parameters

    path
    defaultValue
    See Also