You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Text/Rune.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -427,7 +427,7 @@ This method is very similar to <xref:System.Text.Rune.DecodeFromUtf16(System.Rea
427
427
<returns>
428
428
<seecref="F:System.Buffers.OperationStatus.Done" /> if the source buffer ends with a valid UTF-8 encoded scalar value. <paramrefname="value" /> then contains the decoded <seecref="T:System.Text.Rune" />, and <paramrefname="bytesConsumed" /> contains the number of <seecref="T:System.Byte" /> values used in the input buffer to encode the <seecref="T:System.Text.Rune" />.
429
429
430
-
<seecref="F:System.Buffers.OperationStatus.NeedMoreData" /> if the source buffer is empty or contains only a standalone UTF-8 high surrogate character. <paramrefname="value" /> then contains <seecref="P:System.Text.Rune.ReplacementChar" />, and <paramrefname="bytesConsumed" /> contains the length of the input buffer.
430
+
<seecref="F:System.Buffers.OperationStatus.NeedMoreData" /> if the source buffer is empty or contains only a partial UTF-8 subsequence. <paramrefname="value" /> then contains <seecref="P:System.Text.Rune.ReplacementChar" />, and <paramrefname="bytesConsumed" /> contains the length of the input buffer.
431
431
432
432
<seecref="F:System.Buffers.OperationStatus.InvalidData" /> if the source buffer ends with an ill-formed UTF-8 encoded scalar value. <paramrefname="value" /> then contains <seecref="P:System.Text.Rune.ReplacementChar" />, and <paramrefname="bytesConsumed" /> contains the number of <seecref="T:System.Byte" /> values used in the input buffer to encode the ill-formed sequence.
0 commit comments