I'm working on a program and I need to turn a string into a array so I can turn each letter in that string to some thing else but I can't get to work it keeps giving me the following error.
Error :
"Cannot convert method group 'To Char Array' to non-delegate type 'char[]'. Did you intendto invoke the method?"
C# code :
char [] typedArray = typed.ToCharArray;