PropertiesReaderGetSingle(String, Single) Method

Retrieves a float property.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public float GetSingle(
	string name,
	float defaultValue
)

Parameters

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

Return Value

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

See Also