Reviewing some code that says
Being new to programming, can someone explain to me in the most basic format what exactly this means, what does implicit conversion mean and implicit conversion from integer to string mean, what is it trying to tell me here?
The code is some sample code I am using to be part of a larger app and the code is also from 2009 which shouldnt really make a difference.
Thank you
Code:
TextBox14.Text = GetSettingInt("TMaxUPSpeed")
The code is some sample code I am using to be part of a larger app and the code is also from 2009 which shouldnt really make a difference.
Thank you