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.Json/JsonElement.xml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -210,12 +210,12 @@ This method does not parse the contents of a JSON string value.
210
210
211
211
## Remarks
212
212
213
-
This method does not create a byte representation of values other than base 64-encoded JSON strings.
213
+
This method does not create a byte representation of values other than Base64 encoded JSON strings.
214
214
215
215
]]></format>
216
216
</remarks>
217
217
<exceptioncref="T:System.InvalidOperationException">This value's <seecref="P:System.Text.Json.JsonElement.ValueKind" /> is not <seecref="F:System.Text.Json.JsonValueKind.String" />.</exception>
218
-
<exceptioncref="T:System.FormatException">The value is not encoded as base 64 text and hence cannot be decoded to bytes.</exception>
218
+
<exceptioncref="T:System.FormatException">The value is not encoded as Base64 text and hence cannot be decoded to bytes.</exception>
219
219
<exceptioncref="T:System.ObjectDisposedException">The parent <seecref="T:System.Text.Json.JsonDocument" /> has been disposed.</exception>
220
220
</Docs>
221
221
</Member>
@@ -940,16 +940,16 @@ This method does not parse the contents of a JSON string value.
Copy file name to clipboardExpand all lines: xml/System.Text.Json/Utf8JsonWriter.xml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -444,8 +444,8 @@ The <xref:System.Text.Json.Utf8JsonWriter> will continue to use the original wri
444
444
</Parameters>
445
445
<Docs>
446
446
<paramname="utf8PropertyName">The UTF-8 encoded name of the property to write.</param>
447
-
<paramname="bytes">The binary data to be written as a base 64 encoded JSON string as part of the name/value pair.</param>
448
-
<summary>Writes the property name and raw bytes value (as a base 64 encoded JSON string) as part of a name/value pair of a JSON object.</summary>
447
+
<paramname="bytes">The binary data to write as Base64 encoded text.</param>
448
+
<summary>Writes the property name and raw bytes value (as a Base64 encoded JSON string) as part of a name/value pair of a JSON object.</summary>
449
449
<remarks>
450
450
<formattype="text/markdown"><![CDATA[
451
451
@@ -480,8 +480,8 @@ The property name is escaped before writing.
480
480
</Parameters>
481
481
<Docs>
482
482
<paramname="propertyName">The property name of the JSON object to be transcoded and written as UTF-8.</param>
483
-
<paramname="bytes">The binary data to be written as a base 64 encoded JSON string as part of the name/value pair.</param>
484
-
<summary>Writes the property name and raw bytes value (as a base 64 encoded JSON string) as part of a name/value pair of a JSON object.</summary>
483
+
<paramname="bytes">The binary data to write as Base64 encoded text.</param>
484
+
<summary>Writes the property name and raw bytes value (as a Base64 encoded JSON string) as part of a name/value pair of a JSON object.</summary>
485
485
<remarks>
486
486
<formattype="text/markdown"><![CDATA[
487
487
@@ -516,7 +516,7 @@ The property name is escaped before writing.
516
516
</Parameters>
517
517
<Docs>
518
518
<paramname="propertyName">The property name of the JSON object to be transcoded and written as UTF-8.</param>
519
-
<paramname="bytes">The binary data to be written as a base 64 encoded JSON string as part of the name/value pair.</param>
519
+
<paramname="bytes">The binary data to write as Base64 encoded text.</param>
520
520
<summary>Writes the property name and raw bytes value (as a Base64 encoded JSON string) as part of a name/value pair of a JSON object.</summary>
521
521
<remarks>
522
522
<formattype="text/markdown"><![CDATA[
@@ -553,8 +553,8 @@ The property name is escaped before writing.
553
553
</Parameters>
554
554
<Docs>
555
555
<paramname="propertyName">The JSON-encoded name of the property to write.</param>
556
-
<paramname="bytes">The binary data to be written as a base 64 encoded JSON string as part of the name/value pair.</param>
557
-
<summary>Writes the pre-encoded property name and raw bytes value (as a base 64 encoded JSON string) as part of a name/value pair of a JSON object.</summary>
556
+
<paramname="bytes">The binary data to write as Base64 encoded text.</param>
557
+
<summary>Writes the pre-encoded property name and raw bytes value (as a Base64 encoded JSON string) as part of a name/value pair of a JSON object.</summary>
558
558
<remarks>
559
559
<formattype="text/markdown"><![CDATA[
560
560
@@ -586,8 +586,8 @@ The property name should already be escaped when the instance of <xref:System.Te
0 commit comments