[Mono-dev] Parse methods

Mayur Devendra Punekar mayurpunekar at rediffmail.com
Wed Feb 1 10:13:29 EST 2006


hi Zoltan,

here is my test case

public class Test{
public static void Main(string[] argv){
	
	        double d;

		string s = "5.4" ; 

		d = Double.Parse(s);		

		System.Console.WriteLine(d);	
	}
		
}

output: 54 

- I m suing Mono 1.1.10 with Debian machine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060201/bcfaaff8/attachment.html 


More information about the Mono-devel-list mailing list