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
Raul Juarez
NA
43
0
Split arrays and assign them to Variables
Dec 11 2009 12:56 AM
Hello guys I need your help in split and asign values to two variables, from the following collection:
string
[] selectedItems=
new
string
[2] {"26-1", "30-2"};
RESULT: This values will be passed to an method which need A and B as parameters. Please any help will be appreciate it.
First set second set
int A= 26 int A = 30
int B = 2 int B = 2
Reply
Answers (
3
)
Interface Constraint on Generics
WPF Load a text file into a rtb, and WPF web integration