Method decode(String nm)
Return type:
java.lang.Long
Member of:
java.lang.Long
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
return Long.decode(hexString()).longValue();
2
return Long.decode(token).longValue();
3
return Long.decode((String) params.get(name)).longValue();
4
Long ssn = Long.decode(txt);
5
object = Long.decode((String)value);
6
Long tmp=Long.decode(ltime);
7
return Long.decode((String) params.get(name)).longValue();
8
data.setPolynomial((Long.decode(value)).longValue());
9
value = Long.decode(env.getValue());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.