Workspace 6.21.5
|
Converts an integer to a QString, following the user-specified formatting controls.
Inputs: | |||
---|---|---|---|
Minimum string width | int | ||
Fill character | QString | Used in conjunction with Minimum string width. Sets the character that will be used to fill the string to the minimum width. | |
Integer | int | ||
Outputs: | |||
String | QString |