String.Implicit(String to ReadOnlySpan<Char>) 操作员

定义

定义给定字符串到只读字符范围的隐式转换。

public static implicit operator ReadOnlySpan<char> (string? value);
public static implicit operator ReadOnlySpan<char> (string value);

参数

value
String

要隐式转换的字符串。

返回

表示字符串的新只读字符范围。

适用于

产品 版本
.NET Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Standard 2.1