[]
Formats a given value using a specified mask.
string C1EditorFormat(object value, string mask)
| Type | Name | Description |
|---|---|---|
| object | value | Value to be formatted. |
| string | mask | Formatting mask. |
| Type | Description |
|---|---|
| string | A string containing the formatted value. |
The default implementation ignores the mask and returns value.ToString().