Hi, I want to get all character starting zero to end from tetbox to an array. How can I do that?
Thanx
Hi, I want to get all character starting zero to end from tetbox to an array. How can I do that?
Thanx
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
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.