Instead of (tst as Long)
, try Long::parseLong(tst)
using the static parseLong
method on java.lang.Long.
1 Like
Instead of (tst as Long)
, try Long::parseLong(tst)
using the static parseLong
method on java.lang.Long.