IUtf8SpanFormattable 接口

定义

提供将对象的字符串表示形式设置为 UTF-8 的功能。

public interface class IUtf8SpanFormattable
public interface IUtf8SpanFormattable
type IUtf8SpanFormattable = interface
Public Interface IUtf8SpanFormattable
派生

方法

TryFormat(Span<Byte>, Int32, ReadOnlySpan<Char>, IFormatProvider)

尝试将当前实例的值格式化为 UTF-8,将其设置为提供的字节范围。

适用于