'Declaration
Public Function GetInt64( _ ByVal name As System.String, _ ByVal defaultValue As System.Long _ ) As System.Double
'Usage
Dim instance As Preferences Dim name As System.String Dim defaultValue As System.Long Dim value As System.Double value = instance.GetInt64(name, defaultValue)
public System.double GetInt64( System.string name, System.long defaultValue )
Parameters
- name
- defaultValue