sujith
01-19-2007, 10:46 AM
I want to cut off all leading Charecters in a string
Ie if a string s=”ADX135”
I want to get 135 only
Ie all Leading non digits are cut off
How can I dothis
In .NET2
sujith
Ie if a string s=”ADX135”
I want to get 135 only
Ie all Leading non digits are cut off
How can I dothis
In .NET2
sujith