I’m not sure what output you’re expecting to see, Rob. “This is a test” is longer than 10 characters, so the PadLeft method will just return the original string. If you increased the first argument to something longer than the string, it would start adding “A” characters.
↧