string methodName = cmbbox.SelectionBoxItem.ToString();
object methodOwner = jsonObject.rates;
object value = typeof(JsonObject).GetMethod(methodName).Invoke(methodOwner, new Type[0];);
Label_value.Text = value.ToString();
error:
Error 3 'System.Type' does not contain a definition for 'GetMethod' and no extension method 'GetMethod' accepting a first argument of type 'System.Type' could be found (are you missing a using directive or an assembly reference?)