PropertiesReaderGetInt32(String) Method
Retrieves an integer property.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public int GetInt32(
string name
)
Public Function GetInt32 (
name As String
) As Integer
public:
int GetInt32(
String^ name
)
member GetInt32 :
name : string -> int
- name String
- Name of the property to retrieve.
Int32Property value if the property exists and is parsed OK.