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
Dinesh Santhalingam
NA
737
367.5k
Split data table column into an Array
Jan 6 2017 7:26 AM
I have a Data Table named as dt .The Table contains the following.,
Name
bike name
Rate
Ram
A
20
Sri
B
10
dina
C
40
Ram
D
50
Sri
E
60
dina
F
70
Ram
S
80
Sri
Q
65
dina
L
70
Sonu
B
30
Now I want to split the Table column
"Name"
and extract the names from that data column to string Array[].
O/p: string[]arr={"Ram","Sri","dina"} .I don't know how to solve this problem.Help me to solve this.
Reply
Answers (
6
)
How to implement autocomplete control in xamarin forms ios
where we use multithreading in real time application