Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created December 13, 2013 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/e7056d6d9e3fcf7c3b06 to your computer and use it in GitHub Desktop.
Save saurabh360/e7056d6d9e3fcf7c3b06 to your computer and use it in GitHub Desktop.
System.FormatException: Unknown char: .
at System.Double.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00012] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Double.cs:229
at System.Single.Parse (System.String s) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Single.cs:203
at PaintCode.DrawingViewController.ViewDidLoad () [0x0002c] in /Users/Admin_Mac/Desktop/12th Dec/monotouch-samples-master/PaintCode/PaintCodeDemo/LineArt/DrawingViewController.cs:24
at at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
at PaintCode.Application.Main (System.String[] args) [0x00008] in /Users/Admin_Mac/Desktop/12th Dec/monotouch-samples-master/PaintCode/PaintCodeDemo/AppDelegate.cs:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment