I have two classes each with a function. At any rate, that works for this application in VB.NET. When I create the equiv in C#, while the connection is made in FunctionB, it is not passed back to ...
I'm writing an app where I need to get the ASCII value of a character. In VB it is done like the following:<BR><BR>intValue = Asc("A") 'returns 65<BR><BR>Does anybody know the equivalent to this in C# ...