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
<paramname="bytesLength">The size of the input span.</param>
529
529
<summary>Returns the length (in bytes) of the result if you were to encode binary data within a byte span of size <paramrefname="bytesLength" />.</summary>
530
-
<returns>To be added.</returns>
530
+
<returns>The length (in bytes) of the encoded result.</returns>
<paramname="base64Length">The size of the input span.</param>
556
556
<summary>Returns the maximum length (in bytes) of the result if you were to decode base 64 encoded text from a span of size <paramrefname="base64Length" />.</summary>
557
-
<returns>To be added.</returns>
557
+
<returns>The maximum length (in bytes) of the decoded result.</returns>
558
558
<remarks>To be added.</remarks>
559
559
<exceptioncref="T:System.ArgumentOutOfRangeException">The specified <paramrefname="base64Length" /> is less than 0.</exception>
0 commit comments