Hi, I want to get all character starting zero to end from tetbox to an array. How can I do that?

Thanx

Recommended Answers

All 3 Replies

Welcome emrahteam.

>get all character starting zero to end from tetbox to an array. How can I do that?

char []ar=TextBox1.Text.ToCharArray();

Thank you very much.

Best regards,
Emrah

Thanks! I'm glad you got it helpful. Please mark this thread as solved if you have found an answer to your question

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.