Skip to content

Instantly share code, notes, and snippets.

@Jekins
Last active December 22, 2015 15:12
Show Gist options
  • Save Jekins/32a3e6334612f8667780 to your computer and use it in GitHub Desktop.
Save Jekins/32a3e6334612f8667780 to your computer and use it in GitHub Desktop.
Конвертация строки true/false в булиан
var string = (string=="true") ? true : false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment