PropertiesReaderGetSingle(String) Method
Retrieves a float property.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public float GetSingle(
string name
)
Public Function GetSingle (
name As String
) As Single
public:
float GetSingle(
String^ name
)
member GetSingle :
name : string -> float32
- name String
- Name of the property to retrieve.
SingleProperty value if the property exists and is parsed OK.