Google News
logo
F# - Interview Questions
Explain Literals and Strings.
The following table shows reference articles that describe literals and strings in F#.

Title Description
Literals Learn about the syntax for literal values in F# and how to specify type information for F# literals.
Strings Learn about strings in F#. The string type represents immutable text, as a sequence of Unicode characters. string is an alias for System.String in .NET.
Interpolated strings Learn about interpolated strings, a special form of string that allows you to embed F# expressions directly inside them.
Advertisement