Hex super easy problem
in
Programming Questions
•
11 months ago
Thanks for reading anyway :D
i really don't care if it uses imports of java or not, my only problem is that i cant do this:
very basic not working example
String s="35";
byte b=b.parseByte(s);
println(b); // -> it should return 35
If anybody knows how to solve this i would be very happy if you could tell here.
i really don't care if it uses imports of java or not, my only problem is that i cant do this:
very basic not working example
String s="35";
byte b=b.parseByte(s);
println(b); // -> it should return 35
If anybody knows how to solve this i would be very happy if you could tell here.
1