Skip to content

Commit 63f04f4

Browse files
authored
suggestion by ahsonkhan for TryGetBytesFromBase64
1 parent 771baa4 commit 63f04f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Text.Json/JsonElement.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ For other types, the value of <xref:System.Text.Json.JsonElement.GetRawText> is
752752
<Parameter Name="value" Type="System.Byte[]" RefType="out" />
753753
</Parameters>
754754
<Docs>
755-
<param name="value">When the method returns, contains the byte representation of <paramref name="value" /> if the method succeeded.</param>
755+
<param name="value">If the method succeeds, contains the decoded binary representation of the base 64 text.</param>
756756
<summary>Attempts to represent the current JSON string as a byte array, assuming that it is base 64-encoded.</summary>
757757
<returns>
758758
<see langword="true" /> if the entire token value is encoded as valid base 64 text and can be successfully decoded to bytes.

0 commit comments

Comments
 (0)