Tagged Questions
28
votes
9answers
3k views
.NET - How can you split a “caps” delimited string into an array?
How do I go from this string: "ThisIsMyCapsDelimitedString"
...to this string: "This Is My Caps Delimited String"
Fewest lines of code in VB.net is preferred but C# is also welcome.
Cheers!