Instructions on using strings in C

public static int Val(string cExpression) { //Remove all the spaces and commas from the string //Get the integer portion of the string return Int32.Parse(cExpression, NumberStyles.Any); } Requirements. Namespace: VFPToolkit. Class: VFPToolkit.strings. Platforms: ................
................