PropertiesReaderGetDouble(String) Method

Retrieves a double property.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public double GetDouble(
	string name
)

Parameters

name  String
Name of the property to retrieve.

Return Value

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

See Also