Method FormatString
FormatString(object)
Get the current progress string, remapped to [0, 1] range, representing the progress between min and max.
Declaration
public override string FormatString(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value | Value to be formatted. |
Returns
| Type | Description |
|---|---|
| string | Formatted progress percentage string between 0% and 100%. |