IUtf8SpanFormattable 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供将对象的字符串表示形式设置为 UTF-8 的功能。
public interface class IUtf8SpanFormattable
public interface IUtf8SpanFormattable
type IUtf8SpanFormattable = interface
Public Interface IUtf8SpanFormattable
- 派生
方法
TryFormat(Span<Byte>, Int32, ReadOnlySpan<Char>, IFormatProvider) |
尝试将当前实例的值格式化为 UTF-8,将其设置为提供的字节范围。 |