Is there any way to type casting from NumberUpDown to string?
Couldn't get much help from msdn :(

Recommended Answers

All 2 Replies

What is NumberUpDown ?

OK I have it.(Have had a coffee now...)
You can have a string out of a Numeric Up Down control with:
MyNumUpDown.Value.ToString();

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.