Saving a user input as a string.

Hi everyone.

I am looking to request the user to type in a string and then store that string as a variable but I don’t know where to start. Do I map each keyboard input to a character and then compile this together to make a string or is there an easier way to do it?

Any help would be appreciated.
Thanks

What operating system/framework (.NET Framework, UWP, Xamarin) are you targeting?

Pretty sure this should be using an array of sorts and then marshalling it… using FIFO of course.

If this is on windows just use TextInput

Take a look at this post.

Notifying the user depends on the context of when how why were ect.