Cannot implicity convert type void to string

Cannot implicity convert type void to string

offline
  • Pridružio: 09 Okt 2014
  • Poruke: 5

Pozdrav, imam problem sa greskom u kodu? Kako da resim to?
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace multiplicationGUI {     public partial class Form1 : Form     {         public Form1()         {             InitializeComponent();         }         private void button1_Click(object sender, EventArgs e)         {             int userInput;             userInput = Convert.ToInt32(txtUserInput);             lblResults.Text = MultiplicationTable(userInput);         }              private void MultiplicationTable(int input)       {          int[] numbers = {2,3,4,5,6,7,8,9,10};          for (int x = 0; x < numbers.Length; x++)          {             int results;             results = input*(numbers[x]);                 Console.WriteLine("{0} X {1} = {2}", input.ToString("N0"), numbers[x].ToString("N0"), results.ToString("N0"));          }       }         private void btnExit_Click(object sender, EventArgs e)         {             this.Close();         }     } }



Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
offline
  • Srđan Tot
  • Pridružio: 12 Jul 2005
  • Poruke: 2483
  • Gde živiš: Ljubljana

Funkcija MultiplicationTable ne vraća nikakvu vrednost pa zato ne možeš da je iskoristiš da postaviš lblResults.Text. Popravi funkciju tako da vrati string koji želiš da prikažeš u lblResults.Text.



Ko je trenutno na forumu
 

Ukupno su 1747 korisnika na forumu :: 25 registrovanih, 2 sakrivenih i 1720 gosta   ::   [ Administrator ] [ Supermoderator ] [ Moderator ] :: Detaljnije

Najviše korisnika na forumu ikad bilo je 6018 - dana 19 Dec 2025 13:41

Korisnici koji su trenutno na forumu:
Korisnici trenutno na forumu: -[CoA]-, Asteker, BZ, Dannyboy, Deki Duga Devetka, dragoljub11987, dusanobr, Giskard, Jaxupa, Joint Chief, Kenanjoz, KimiMR, Kriglord, lcc, LjubisaR, orah, Pero, procesor, Pururin, sap, savaskytec, SOM, starlights, volimpivuvolimrakiju, wizzardone