Skip to content

Instantly share code, notes, and snippets.

@fractastical
Created May 24, 2011 21:38
Show Gist options
  • Save fractastical/989784 to your computer and use it in GitHub Desktop.
Save fractastical/989784 to your computer and use it in GitHub Desktop.
@Hemm 15 char String sto IDs
string s = '0013000000K7WW2';
2.try{
3. ID sID = s;
4. // if we get here, it's a valid ID and the sID field is an 18 character one
5.} catch (System.StringException e){
6. // if it goes here, it's not an ID. Do something if you need to.
7.}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment