0
votes
votes
1 answers
How can I handle an empty textbox for the following code?
private void setSingleDACVoltage(TextBox tb_OutputNumber_DAC, TextBox tb_Voltage_DAC) { double Volt_Value_DAC = Convert.ToDouble(tb_Voltage_DAC.Text); String hexNumber = tb_OutputN ...
