Hi community,
I have an issue trying to pass an input variable to UPPERCASE. More concretely, I have am binding the value of an input control to a variable, but I need that variable to be stored all uppercase, despite the input being lowercased or not.
I have tried to create an event to set the value to uppercase, but nothing seems to work. It doesn’t allow me to do: var.ToUpper, neither var.ToString.ToUpper.
Any suggestions?