Format String ============= Category -------- String Commands Description ----------- This command allows you to apply formatting to a string. Use this command when you want to apply specific formatting to text or a variable. Parameters ---------- **Input** Specify either text or a variable that contains a date or number requiring formatting, e.g., 2500.0. **Format** Specify if a specific string format is required. e.g., C2, D2, etc. refer to https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings. **Variable Name** Indicate variable name to receive output. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\String Commands\\Format String\\Format String.xml` See Also -------- - :doc:`Concat Text ` - :doc:`Contains Text ` - :doc:`Get Word Count ` - :doc:`Get Word Length ` - :doc:`Modify String ` - :doc:`String Operation ` - :doc:`String Replace ` - :doc:`StringIsNullOrEmpty ` - :doc:`Substring ` - :doc:`Text Extraction ` - :doc:`Trim Text `