Hi all,
I need some help from you expert. I need to extract numeric value of a string.
for ext: string str = "1234 absc st" or it can be "123 hello world"
or "1234567 asp.net"
How can i only get the numeric part of the string?
Please help and give me some suggestions.
Thank you,
I need some help from you expert. I need to extract numeric value of a string.
for ext: string str = "1234 absc st" or it can be "123 hello world"
or "1234567 asp.net"
How can i only get the numeric part of the string?
Please help and give me some suggestions.
Thank you,
Comment