Description
Converts an integer to a string Converts an integer to a name
Information
| Plugin | RigVM |
| Category | Math|Int |
| Tags | Int to Name,Int to String |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Number | The number to convert | int32 |
0 |
| PaddedSize | For positive numbers you can pad the result to a required width * so rather than '13' return '00013' for a padded size of 5. | int32 |
0 |