IdSpan.TryFormat(Span<Char>, Int32) 方法

定义

public bool TryFormat (Span<char> destination, out int charsWritten);
member this.TryFormat : Span<char> * int -> bool
Public Function TryFormat (destination As Span(Of Char), ByRef charsWritten As Integer) As Boolean

参数

destination
Span<Char>
charsWritten
Int32

返回

适用于