Skip to content

Commit 72e3ed6

Browse files
buyaa-ngewarren
andauthored
Add remianing missing doc for Base64Url (#10248)
* Add remianing missing doc for Base64Url * Update xml/System.Buffers.Text/Base64Url.xml Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Genevieve Warren <[email protected]>
1 parent c3d181e commit 72e3ed6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

xml/System.Buffers.Text/Base64Url.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</Base>
1515
<Interfaces />
1616
<Docs>
17-
<summary>To be added.</summary>
17+
<summary>Converts between binary data and URL-safe ASCII encoded text that's represented in Base64Url characters.</summary>
1818
<remarks>To be added.</remarks>
1919
</Docs>
2020
<Members>
@@ -525,9 +525,9 @@
525525
<Parameter Name="bytesLength" Type="System.Int32" />
526526
</Parameters>
527527
<Docs>
528-
<param name="bytesLength">To be added.</param>
528+
<param name="bytesLength">The size of the input span.</param>
529529
<summary>Returns the length (in bytes) of the result if you were to encode binary data within a byte span of size <paramref name="bytesLength" />.</summary>
530-
<returns>To be added.</returns>
530+
<returns>The length (in bytes) of the encoded result.</returns>
531531
<remarks>To be added.</remarks>
532532
<exception cref="T:System.ArgumentOutOfRangeException">
533533
<paramref name="bytesLength" /> is less than 0 or greater than 1610612733.</exception>
@@ -552,9 +552,9 @@
552552
<Parameter Name="base64Length" Type="System.Int32" />
553553
</Parameters>
554554
<Docs>
555-
<param name="base64Length">To be added.</param>
555+
<param name="base64Length">The size of the input span.</param>
556556
<summary>Returns the maximum length (in bytes) of the result if you were to decode base 64 encoded text from a span of size <paramref name="base64Length" />.</summary>
557-
<returns>To be added.</returns>
557+
<returns>The maximum length (in bytes) of the decoded result.</returns>
558558
<remarks>To be added.</remarks>
559559
<exception cref="T:System.ArgumentOutOfRangeException">The specified <paramref name="base64Length" /> is less than 0.</exception>
560560
</Docs>

0 commit comments

Comments
 (0)