Skip to content

Instantly share code, notes, and snippets.

@atin360
Created May 17, 2012 14:02
Show Gist options
  • Save atin360/2719116 to your computer and use it in GitHub Desktop.
Save atin360/2719116 to your computer and use it in GitHub Desktop.
System.FormatException: Invalid format.
at System.Double.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00014] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Double.cs:231
at System.Single.Parse (System.String s) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Single.cs:203
at Example_CoreAnimation.Screens.iPad.CustomizableAnimationViewer.CustomizableAnimationViewerScreen.<ViewDidLoad>m__6 (System.Object s, System.EventArgs e) [0x0008c] in /Users/cdp/Desktop/MT 5.2.12 NEW/xamarin-monotouch-samples-125102c/CoreAnimation/Screens/iPad/CustomizableAnimationViewer/CustomizableAnimationViewerScreen.xib.cs:88
at MonoTouch.UIKit.UIControlEventProxy.Activated () [0x00000] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIControl.cs:30
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29
at Example_CoreAnimation.Application.Main (System.String[] args) [0x00000] in /Users/cdp/Desktop/MT 5.2.12 NEW/xamarin-monotouch-samples-125102c/CoreAnimation/Application.cs:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment