'Declaration
Public Overloads Function GetValueAsInt( _ ByVal defaultValue As Integer _ ) As Integer
public int GetValueAsInt( int defaultValue )
public: int GetValueAsInt( int defaultValue )
Parameters
- defaultValue
- The default value to return if the value is not set or cannot be converted to an int