Possible Duplicates:
Split a PascalCase string into separate words
is there a elegant way to parse a word and add spaces before capital letters
Is there a simple way to split this string
“TopLeft” to “Top” and “Left”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want it dynamic, meaning every time you find an upper case letter break it apart, I don’t believe this is built in, but could be wrong; it’s easy enough to write an extension method.