PexSettingsStoreAttributeBase.GetInt32Value(String, Int32) Method

Definition

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.

Returns

Applies to