1
Answer

C# 2010 working with strings

Sie Ste

Sie Ste

12y
876
1
In a C#.net 2010 application, I need to only select alphabetic characters (A to Z) from a large textbox where users can enter anything. These alphabetic characters can be in upper or lower case. I need to concantenate the results together. No other characters are suppose to be selected. Thus can you tell me how to accomplish this task?
Answers (1)