Remove white space from the beginning of a rich text
C#
5
Posts
2
Posters
0
Views
1
Watching
-
Use the Trim method... Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
Thanks. But it is not working. I used the enter key to return to the next line. I did that through a couple of lines before typing the data. Now what I need to do is remove those return characters from the beginning while keeping the format. thx Nana
-
Well those are not spaces, so logically it will not work, eh? Then you will have to use the Replace method, figuring out the algoritm shouldn't be to hard... Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!