M_Cyjb_StringView_op_Implicit_1 - CYJB/Cyjb GitHub Wiki

StringView Implicit 转换 (String to StringView)

允许从 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

参见

Reference

StringView 结构
Implicit 重载
Cyjb 命名空间

⚠️ **GitHub.com Fallback** ⚠️