PexSettingsStoreAttributeBase.GetInt32Value(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the int value.
protected:
int GetInt32Value(System::String ^ name, int defaultValue);
protected int GetInt32Value (string name, int defaultValue);
member this.GetInt32Value : string * int -> int
Protected Function GetInt32Value (name As String, defaultValue As Integer) As Integer
Parameters
- name
- String
The name.
- defaultValue
- Int32
The default value.