How to strip away letters from string?

Posted by Jaffa on Stack Overflow See other posts from Stack Overflow or by Jaffa
Published on 2010-06-17T14:48:23Z Indexed on 2010/06/17 14:53 UTC
Read the original article Hit count: 154

Filed under:
|

I want to strip away all letters in a string, which are not numeric. Preferably a solution made with Regular Expressions or something. And in C#. How to do that?

© Stack Overflow or respective owner

Related posts about c#

Related posts about regex