@ character in front of string value

Anybody could explain what means the “@” character in front of the string?

image

Thx

It’s a verbatim string literal . It means that escaping isn’t applied.

4 Likes

:+1:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.