Best way to convert Pascal Case to a sentence

Posted by Garry Shutler on Stack Overflow See other posts from Stack Overflow or by Garry Shutler
Published on 2008-11-27T09:30:35Z Indexed on 2010/05/28 5:51 UTC
Read the original article Hit count: 295

Filed under:
|
|

What is the best way to convert from Pascal Case (upper Camel Case) to a sentence.

For example starting with

"AwaitingFeedback"

and converting that to

"Awaiting feedback"

C# preferable but I could convert it from Java or similar.

© Stack Overflow or respective owner

Related posts about c#

Related posts about strings