Step Details | |
Introduced in Version | --- |
Modified in Version | 7.12.0 |
Location | Data > Text |
Utilizing the Format Text step (located under Toolbox > DATA > TEXT) allows users to format an Object in Decisions using .NET String.Format methodology. String.Format allows the ability to convert Object values into Strings via the provided Format String. For more information on how to use String.Format see Microsoft: String.Format Method.
Properties
Input
Property | Description | Data Type |
---|---|---|
Input | Represents the Object that will be added to the Format String INPUT. | Object |
Format String | String to manipulate using the Input. | String |
Related Information
Forum Posts:
What Does The Format Text Step Do?