I am attempting to learn C# via a book and I am looking for examples of code that will allow me to create a method as part of a form that accepts one string and outputs a different string.
I need to accomplish this by adding code to the TextChanged event of a text box to call the procedure, passing the contents of the text box as the argument.
I know this must be very simple; however, I am at a loss. Any help would be appreciated.
Regards,
I need to accomplish this by adding code to the TextChanged event of a text box to call the procedure, passing the contents of the text box as the argument.
I know this must be very simple; however, I am at a loss. Any help would be appreciated.
Regards,