Class Setting_int
[Serializable]
public abstract class Setting_int : SettingBase<int>, ISetting
- Inheritance
-
Setting_int
- Implements
- Inherited Members
Methods
SerializeValue(int)
Serializes the setting's value to a string. Override if special treatment is needed.
protected override string SerializeValue(int value)
Parameters
valueintThe value to serialize.
Returns
- string
The string representation of value.