public static string Substring(string str, int start, int end) { return(JavaRuntime.Substring(str, start, end)); }