C# Tips & Tricks series: Interpolated Strings
using the $ character to create an interpolated string
Interpolated strings can also include more complex expressions
format values using format strings
00:01 Introduction
00:14 The most common way is to use string concatenation
00:55 using the $ character to create an interpolated string
01:31 more complex expressions
01:53 format strings
Тэги:
#C# #Programming #Codeing