Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save geoffreymcgill/5895a94a581c90b5075ae2ec0af918b1 to your computer and use it in GitHub Desktop.
Save geoffreymcgill/5895a94a581c90b5075ae2ec0af918b1 to your computer and use it in GitHub Desktop.
public class App
{
public static void Main()
{
var flag = Convert.ToBoolean("true");
int value = Convert.ToInt32("99");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment