📜  C# 字符串操作:- C# 代码示例

📅  最后修改于: 2022-03-11 14:49:01.900000             🧑  作者: Mango

代码示例1
// .NET 5.0 SDK
// String represents text as a sequence of UTF-16 code units
// String is reference type stored on heap
// Have value-baed equality semantics
// Best Practice: Prefer using the 'string' keyword over the 'String' type