Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello everyone
I have the following code, but I get this error.
I count on you….
Hi @ELIRDFUL ,
You can't use > directly between String and int.
You have to convert the String into int.
if (int.Parse(busquedaFactua.TextTotalClientes.Text) > 0 & VariablesGlobales.Aceptar == "SI")
Best Regards.
Jiachen Li
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Solved 100x%
Thank you.....