How to determine garbage string value in ios?

I ran into one problem related to some garbage cost,

In the database, it looks like the following: (SQLiteManager) enter image description here

After setting the debug mode, it looks like this:

enter image description here

And when I print this object, it will print some unreadable line. enter image description here

So how can I determine this value? I need to identify him, please help me.

EDIT This looks like the hexadecimal characters in it, can someone tell me how I can detect or remove from the string?

+4
source share

No one has answered this question yet.

Source: https://habr.com/ru/post/1619835/


All Articles