Table of Contents

Class Setting_int

Namespace
Csra.Setting
Assembly
Csra.dll
[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

value int

The value to serialize.

Returns

string

The string representation of value.