Describe the PadLeft method and the PadRight method.
What will be an ideal response?
The PadLeft method pads the string on the left, which means it inserts the padded characters at the beginning of the string, thereby right-aligning the characters within the string. The PadRight method pads the string on the right, which means it inserts the padded characters at the end of the string and left-aligns the characters within the string.
Computer Science & Information Technology
You might also like to view...
Thumbnails are an alternative to ________ in the Navigation Pane
A) AutoText B) subdocuments C) headings D) pages
Computer Science & Information Technology
Which of the following fields is most likely to be set to required?
What will be an ideal response?
Computer Science & Information Technology