Hi
can someone pls tell me, in mfc, how do I obtain the ascii value of a CString object

eg

CString cs ="Ac20"

how do I get the ascii value of each char in the string?

Thanks