473,410 Members | 1,857 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,410 software developers and data experts.

Extracting a number from a string?

ORC
Is there an easy way to extract a number from a string like:
result = ExtractNumber("this is a 4 string");

which should give the result = 4;

Thanks
Ole
Nov 16 '05 #1
5 6845
Split the string and then parse all of the substrings. If the substring
parses without an exception, it's a number.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.

"ORC" <or*@sol.dk> wrote in message
news:eM***************@TK2MSFTNGP14.phx.gbl...
Is there an easy way to extract a number from a string like:
result = ExtractNumber("this is a 4 string");

which should give the result = 4;

Thanks
Ole

Nov 16 '05 #2
like this..

foreach(string s in originalstring.Split(new char[]{' '}))
{
try
{
int n=int.Parse(s);
MessageBox.Show("Found the number "+n.ToString());
}
catch(Exception)
{
MessageBox.Show(s+" isn't a number!");
}
}

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.

"ORC" <or*@sol.dk> wrote in message
news:eM***************@TK2MSFTNGP14.phx.gbl...
Is there an easy way to extract a number from a string like:
result = ExtractNumber("this is a 4 string");

which should give the result = 4;

Thanks
Ole

Nov 16 '05 #3
Hi,

No, for this you should use regular expressions , extract the number(s) and
then use Convert.ToInt()

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"ORC" <or*@sol.dk> wrote in message
news:eM***************@TK2MSFTNGP14.phx.gbl...
Is there an easy way to extract a number from a string like:
result = ExtractNumber("this is a 4 string");

which should give the result = 4;

Thanks
Ole

Nov 16 '05 #4
Try using Regular Expressions.

Cheers,
Bryan
--
Composed with Newz Crawler 1.7 http://www.newzcrawler.com/
Nov 16 '05 #5
I was involved in a discussion about this about a year ago.

Original article:
http://www.dotnetjunkies.com/Tutoria...C0B7A7E36.dcik

My (and others') comments:
http://www.dotnetjunkies.com/Forums/...spx?PostID=897
(Be sure to read the comments....)

--
Truth,
James Curran
[erstwhile VC++ MVP]
Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com
"ORC" <or*@sol.dk> wrote in message
news:eM***************@TK2MSFTNGP14.phx.gbl...
Is there an easy way to extract a number from a string like:
result = ExtractNumber("this is a 4 string");

which should give the result = 4;

Nov 16 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: bill tie | last post by:
Suppose it's Oct. 2, 2004 and time is 03:01:27. I need a number (integer) that is in this form: days hours minutes seconds Using the example, the number will be: 2030127
0
by: Gianluca | last post by:
Anyone knows some open source code to parse date and number strings? The parse functions in the .NET framework are buggy and cannot test for the validity of the string without throwing an...
3
by: Tracey | last post by:
I'm learning C++ and was stuck when writing code to convert a negative decimal number string to a hexdecimal number. For example, suppose the function interface is defined as: int atoi( const...
7
by: jack | last post by:
Hello, I need to get the time down the the 0.1 second in a number string. Example 09-06-03 13:45 23.4 Seconds To "0906031345234"
1
by: detho | last post by:
Hi everyone... I am currently developing a streaming movie front-end for my companies' intranet. The script is done with PHP on the back-end and HTML and CSS for the front-end. Basically, the...
3
by: Jim Tittsler | last post by:
Is there a standard recipe for getting the subversion revision number into my Python-based application each time I package it up with distutils? (Not just the package name, but also a string that...
9
by: alexscript | last post by:
Hi , The xml file is generated as a webpage. The XML file is just 10 lines. The XML file will be like this : <ABC> <D someattribute=""> <EF baseRef="http://.............." id="some id value" />...
3
by: ccarter45 | last post by:
I really need help with this. Your tips are greatly appreciated: import java.util.Scanner; public class PhoneNumbers { public static void main(String args){ Scanner input; ...
2
by: Per Juul Larsen | last post by:
hi. I do want to extract this string "abcdefg" from string "C:\dir1\dir2\abcdefg-12345gsd" Note : the length of the text string "abcdefg" may vary, but the last character is always "-". I...
9
by: korea saeed | last post by:
how can i convert number string to number?(without using parsint)
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.