PropertiesReaderGetInt32(String, Int32) Method

Retrieves an integer property.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public int GetInt32(
	string name,
	int defaultValue
)

Parameters

name  String
Name of the property to retrieve.
defaultValue  Int32
Default value.

Return Value

Int32
Property value if the property exists and is parsed OK.

See Also