Is it possible to take one letter, say, “A” and turn it into a symbol, but still be able to turn it back to its original form (case-sensitive)?
For example:
public void doIt(string input)
{
// do magic work
// display result
}
*Input = A
*Result = ^$
1 Answer