Guys, I am receiving as a parameter in a override function a String that must to be transformed to lowercase. Is possible to do this in param declaration?
r
rkeazor
01/24/2019, 10:32 PM
not in the declaration. you would handle that in the body of the function