Hello, i have just discovered mono and c#, so sorry for the newbie question.
I have tried to compile a c# source that does that

using System;
...
int partants;
partants=Console.ReadLine().ToInt32();
...


But i get the following error message:
Pronos.cs(27) error CS0117: `System.String' does not contain a definition for `ToInt32'

Has this function not been implemented, or am i wrong somewhere ?

Sorry for my terrible englisch

Cya


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to