TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Don Kapevic
NA
20
973
Array Conversion
Apr 4 2015 12:34 PM
How do I convert a 2d string array to 2d decimal array in c# ?
I have tried using 'Array.ConvertAll' but this is throwing an error..
decimal[,]myReadData=new decimal[6,5];
string[,]myData=new string[6,5];
myReadData = Array.ConvertAll<string, decimal>(myData, Convert.ToDecimal);
Does 'Array.ConvertAll' only work with 1d arrays ?
Thanks in advance
Reply
Answers (
3
)
FT2232H Mini Device
How to get rid of duplicate table where one is invisible C#