Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RawValue vs DisplayValue #105

Open
Light407 opened this issue Nov 1, 2024 · 1 comment
Open

RawValue vs DisplayValue #105

Light407 opened this issue Nov 1, 2024 · 1 comment

Comments

@Light407
Copy link

Light407 commented Nov 1, 2024

Hi,

What is the difference between RawValue and DisplayValue? Having a case where the DisplayValue gets correct result but RawValue shows correct result but with some additional incorrect characters.

Thanks!

@afriscic
Copy link
Owner

On Android the difference is that raw value contains characters that are usually not displayed to the user, like ASCII 29 and 30; GS and RS. Display value doesn't have this characters.
On iOS/macOS they are the equal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants