Pad String to Left/Right
  • 15 Nov 2022
  • 1 Minute to read
  • Dark
    Light

Pad String to Left/Right

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > Text

The Pad String to Right or Pad String to Left step pads a string on the right or left according to the variables the user defines on the input for total string length and padding character.




Properties

Inputs

PropertyDescriptionData Type
Length of Result StringThis is how many characters the string will have.Int32
Padding CharacterThis character is used to add padding to the string. String
SourceThe string to add padding to.String

Outputs

PropertyDescriptionData Type
PadStringToLeft1_Output
PadStringToRight1_Output
String with paddingString


Was this article helpful?