Google News
logo
F# - Interview Questions
What is the Verbatim Strings in F#?
If preceded by the @ symbol, the literal is a verbatim string. Declaring a verbatim string means that any escape sequences are ignored, except that two quotation mark characters are interpreted as one quotation mark character.
Advertisement