8
1
using System;
2
public class Program {
3
public static void Main() {
4
int result;
5
result = 10 + 20;
6
Console.Write(result);
7
}
8
}
Cached Result
TryParse 1
Regex 4
PHP IsNumeric 7
Reflections TryParse 12
Regex 4
PHP IsNumeric 7
Reflections TryParse 12