Skip to content

String Literals and Interpolation in C#

Every page here directly affects how string content is created or formatted.

FeatureIntroduced InWhy it belongs hereGuide
String interpolationC# 6.0Embeds expressions inside string literals.Guide
Interpolated string handlersC# 10.0Optimizes interpolation for handlers and logging APIs.Guide
Raw string literalsC# 11.0Writes multi-line or quote-heavy text without escaping.Guide
UTF-8 string literalsC# 11.0Produces UTF-8 byte content directly from a literal.Guide