Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Format Text Step

Prev Next

Step Details

Introduced in Version---
Modified in Version7.12.0
LocationData > 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

PropertyDescriptionData Type
InputRepresents the Object that will be added to the Format String INPUT.
Object
Format StringString to manipulate using the Input.String

Related Information

Forum Posts:
What Does The Format Text Step Do?