|
-
April 23rd, 2010, 12:40 PM
#1
Converting to double
Dear Code Gurus,
I have a text file containing a rectangular block of double data and would like to read those data into double array (in C# project).
It seems that I could start with StreamReader and read each line from this file into a String. What should I do with the String to convert it to double after that?
Thank you for your help.
-
April 23rd, 2010, 12:43 PM
#2
Re: Converting to double
Ummm... double.Parse( string s )?
If you liked my post go ahead and give me an upvote so that my epee.... ahem, reputation will grow.
Yes; I have a blog too - http://the-angry-gorilla.com/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|