C#C
C#14mo ago
Headless

Manipulating Strings

I'm new to c# and am learning online, I'm currently trying to wrap my head around Substrings and using different methods to manipulate strings, currently I'm stuck trying to use .ToUpper() on an existing variable, that is also composed of other variables. Example in image Thanks!

tldr; I need to use the .ToUpper() method on the cameraDirections variable
image.png
Was this page helpful?