Skip to content

Instantly share code, notes, and snippets.

@Clancey
Created May 11, 2011 00:52
Show Gist options
  • Save Clancey/965704 to your computer and use it in GitHub Desktop.
Save Clancey/965704 to your computer and use it in GitHub Desktop.
public static NSSTring ToNSString(this string str)
{
return new NSString(str);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment