UserProperties.GetPropertyDouble

GetPropertyDouble(string)

Gets double property value.

public virtual double GetPropertyDouble(string key)
ParameterTypeDescription
keyStringThe name of property.

Return Value

Property value.

See Also


GetPropertyDouble(string, double)

Gets double property value. If requested property is absent, returns provided default value.

public virtual double GetPropertyDouble(string key, double def)
ParameterTypeDescription
keyStringThe name of property.
defDoubleDefault value of property.

Return Value

Property value.

See Also