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. True /False