| Property |
Description |
| public virtual string GetFormattedValue() |
Convert to string and return Value of object, used mask, specified in Format property |
| public virtual string GetFormattedValue(string format) |
Convert to string and return Value of object, used mask, specified by format parameter |
| public virtual void SetValue(object value) |
Sets Value property of a object. If value can not be converted to target type, use Format property mask to parse it. |
| public virtual void SetValue(object value,string format) |
Sets Value property of a object. If value can not be converted to target type, use Format method mask to parse it. |