M_Cyjb_StringView_op_Implicit_1 - CYJB/Cyjb GitHub Wiki
允许从 String 隐式转换为 StringView。
Namespace: Cyjb
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public static implicit operator StringView (
string? text
)
- text
- Type: System.String
要转换的字符串。
Type: StringView
转换得到的 StringView。