Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Debugging] char values will show only the value code, and not the symbol #19381

@mkArtakMSFT

Description

@mkArtakMSFT

My model property is defined as follows:

public char c1 { get; set; } = 'a';

And in the Locals window it looks like below. Note, that only 97 is shown, not a.

image

In contrast, in a console app, I can see this:
image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions