c# - Text property of radio buttons inside a groupbox to a decimal variable? -
I'm having trouble finding a way to move the text property of the checked radio button and save it in decimal.
There are currently three group boxes, out of which there are 3 radio buttons
I have to get a text property from the radio button checked in each box, and two of these are in decimal form Save, and one of these will be in the form of Int16.
decimal variablename = text
Any thoughts?
Make sure your radio button is text number but any
character
Comments
Post a Comment