PropertiesReaderGetSingle(String) Method

Retrieves a float property.

Definition

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

Parameters

name  String
Name of the property to retrieve.

Return Value

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

See Also