Table of Contents

Class Setting_double

Namespace
Csra.Setting
Assembly
Csra.dll
[Serializable]
public abstract class Setting_double : SettingBase<double>, ISetting
Inheritance
Setting_double
Implements
Derived
Inherited Members

Methods

SerializeValue(double)

Serializes the setting's value to a string. Override if special treatment is needed.

protected override string SerializeValue(double value)

Parameters

value double

The value to serialize.

Returns

string

The string representation of value.