'宣言 Public Function TryFormat( _ ByVal destination As System.Span(Of Char), _ ByRef charsWritten As System.Integer, _ ByVal format As System.ReadOnlySpan(Of Char), _ ByVal provider As System.IFormatProvider _ ) As System.Boolean
public System.bool TryFormat( System.Span<char> destination, out System.int charsWritten, System.ReadOnlySpan<char> format, System.IFormatProvider provider )
パラメータ
- destination
- charsWritten
- format
- provider