C# : Logical equivalent of charAt function.
Link |
by
on 2009-09-29 10:13:12
|
Can someone tell me what would be the C# equivalent of a charAt function in Java? I've been trying to extract characters from a string but substring fails since I cannot cast the returned String to char.
class ____ { public static void main(String args[]) { String _____ = " rekcah swodniw avaj rehtona tsuj";
int ___=((8*4)*(2-1))-1;while(___>(2.68954F*(56.45735F-56.45735F))) {System.out.print(_____.charAt(___));___--;}}}
|