Storing an object's internal name
in
Programming Questions
•
11 months ago
println(this) inside an object's function returns something like:
ProjectName$ClassName@6dbdc9
I can see this being useful to store as a String, but it doesn't seem to want to cast itself as such.
How can I get that string into a String?
1