ToSignedString
This formula allows you to convert a number into a signed string (prefixed by + or - depending on the sign of the number).
JSON Format
{
"type": "toSignedString",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the number you want to convert to a signed string. |