'Declaration
Public Function GetInt32( _ ByVal name As System.String, _ ByVal defaultValue As System.Integer _ ) As System.Integer
'Usage
Dim instance As Preferences Dim name As System.String Dim defaultValue As System.Integer Dim value As System.Integer value = instance.GetInt32(name, defaultValue)
public System.int GetInt32( System.string name, System.int defaultValue )
Parameters
- name
- defaultValue