Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
<var>.toString()//to protect agianst null pointers:<var> == null ? null : var.toString()
Long.parseLong(<var>)