Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 28, 2019 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/d0fe599ce69a3ef1950457417d9979bd to your computer and use it in GitHub Desktop.
Save parzibyte/d0fe599ce69a3ef1950457417d9979bd to your computer and use it in GitHub Desktop.
int entero = 123;
String comoCadena = String.valueOf(entero);
// Ahora ya es una cadena :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment