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="value">When the method returns, contains the byte equivalent of the current JSON number if the conversion succeeded.</param>
1072
+
<paramname="value">When this method returns, contains the byte equivalent of the current JSON number if the conversion succeeded, or 0 if the conversion failed.</param>
1073
1073
<summary>Attempts to represent the current JSON number as a <seecref="T:System.Byte" />.</summary>
1074
1074
<returns>
1075
1075
<seelangword="true" /> if the number can be represented as a <seecref="T:System.Byte" />; otherwise, <seelangword="false" />.</returns>
@@ -1155,7 +1155,7 @@ This method does not create a byte array representation of values other than Bas
<paramname="value">When this method returns, contains the date and time value equivalent to the current JSON string.</param>
1158
+
<paramname="value">When this method returns, contains the date and time value equivalent to the current JSON string if the conversion succeeded, or <seecref="P:System.DateTime.MinValue" /> if the conversion failed.</param>
1159
1159
<summary>Attempts to represent the current JSON string as a <seecref="T:System.DateTime" />.</summary>
1160
1160
<returns>
1161
1161
<seelangword="true" /> if the string can be represented as a <seecref="T:System.DateTime" />; otherwise, <seelangword="false" />.</returns>
@@ -1194,7 +1194,7 @@ This method only creates a DateTime representation of JSON strings that conform
<paramname="value">When this method returns, contains the date and time equivalent to the current JSON string.</param>
1197
+
<paramname="value">When this method returns, contains the date and time value equivalent to the current JSON string if the conversion succeeded, or <seecref="P:System.DateTimeOffset.MinValue" /> if the conversion failed.</param>
1198
1198
<summary>Attempts to represent the current JSON string as a <seecref="T:System.DateTimeOffset" />.</summary>
1199
1199
<returns>
1200
1200
<seelangword="true" /> if the string can be represented as a <seecref="T:System.DateTimeOffset" />; otherwise, <seelangword="false" />.</returns>
@@ -1233,7 +1233,7 @@ This method only creates a DateTimeOffset representation of JSON strings that co
<paramname="value">When this method returns, contains the decimal equivalent of the current JSON number.</param>
1236
+
<paramname="value">When this method returns, contains the decimal equivalent of the current JSON number if the conversion succeeded, or 0 if the conversion failed.</param>
1237
1237
<summary>Attempts to represent the current JSON number as a <seecref="T:System.Decimal" />.</summary>
1238
1238
<returns>
1239
1239
<seelangword="true" /> if the number can be represented as a <seecref="T:System.Decimal" />; otherwise, <seelangword="false" />.</returns>
@@ -1272,7 +1272,7 @@ This method does not parse the contents of a JSON string value.
<paramname="value">When this method returns, contains a double-precision floating point value equivalent to the current JSON number.</param>
1275
+
<paramname="value">When this method returns, contains a double-precision floating point value equivalent to the current JSON number if the conversion succeeded, or 0 if the conversion failed.</param>
1276
1276
<summary>Attempts to represent the current JSON number as a <seecref="T:System.Double" />.</summary>
1277
1277
<returns>
1278
1278
<seelangword="true" /> if the number can be represented as a <seecref="T:System.Double" />; otherwise, <seelangword="false" />.</returns>
@@ -1313,7 +1313,7 @@ On .NET Core, this method does not return `false` for values larger than <xref:S
<paramname="value">When this method returns, contains the GUID equivalent to the current JSON string.</param>
1316
+
<paramname="value">When this method returns, contains the GUID equivalent to the current JSON string if the conversion succeeded, or <seecref="P:System.Guid.Empty" /> if the conversion failed.</param>
1317
1317
<summary>Attempts to represent the current JSON string as a <seecref="T:System.Guid" />.</summary>
1318
1318
<returns>
1319
1319
<seelangword="true" /> if the string can be represented as a <seecref="T:System.Guid" />; otherwise, <seelangword="false" />.</returns>
@@ -1352,7 +1352,7 @@ This method does not create a Guid representation of values other than JSON stri
<paramname="value">When the method returns, contains the 16-bit integer equivalent of the current JSON number if the conversion succeeded.</param>
1355
+
<paramname="value">When this method returns, contains the 16-bit integer value equivalent of the current JSON number if the conversion succeeded, or 0 if the conversion failed.</param>
1356
1356
<summary>Attempts to represent the current JSON number as an <seecref="T:System.Int16" />.</summary>
1357
1357
<returns>
1358
1358
<seelangword="true" /> if the number can be represented as an <seecref="T:System.Int16" />; otherwise, <seelangword="false" />.</returns>
@@ -1391,7 +1391,7 @@ This method does not parse the contents of a JSON string value.
<paramname="value">When this method returns, contains the 32-bit integer value equivalent to the current JSON number.</param>
1394
+
<paramname="value">When this method returns, contains the 32-bit integer value equivalent to the current JSON number if the conversion succeeded, or 0 if the conversion failed.</param>
1395
1395
<summary>Attempts to represent the current JSON number as an <seecref="T:System.Int32" />.</summary>
1396
1396
<returns>
1397
1397
<seelangword="true" /> if the number can be represented as an <seecref="T:System.Int32" />; otherwise, <seelangword="false" />.</returns>
@@ -1430,7 +1430,7 @@ This method does not parse the contents of a JSON string value.
<paramname="value">When this method returns, contains the 64-bit integer value equivalent to the current JSON number.</param>
1433
+
<paramname="value">When this method returns, contains the 64-bit integer value equivalent to the current JSON number if the conversion succeeded, or 0 if the conversion failed.</param>
1434
1434
<summary>Attempts to represent the current JSON number as a <seecref="T:System.Int64" />.</summary>
1435
1435
<returns>
1436
1436
<seelangword="true" /> if the number can be represented as a <seecref="T:System.Int64" />; otherwise, <seelangword="false" />.</returns>
@@ -1608,7 +1608,7 @@ If a property is defined multiple times for the same object, the method matches
<paramname="value">When the method returns, contains the signed byte equivalent of the current JSON number if the conversion succeeded.</param>
1611
+
<paramname="value">When this method returns, contains the signed byte equivalent of the current JSON number if the conversion succeeded, or 0 if the conversion failed.</param>
1612
1612
<summary>Attempts to represent the current JSON number as an <seecref="T:System.SByte" />.</summary>
1613
1613
<returns>
1614
1614
<seelangword="true" /> if the number can be represented as an <seecref="T:System.SByte" />; otherwise, <seelangword="false" />.</returns>
@@ -1647,7 +1647,7 @@ This method does not parse the contents of a JSON string value.
<paramname="value">When this method returns, contains the single-precision floating point value equivalent to the current JSON number.</param>
1650
+
<paramname="value">When this method returns, contains the single-precision floating point value equivalent to the current JSON number if the conversion succeeded, or 0 if the conversion failed.</param>
1651
1651
<summary>Attempts to represent the current JSON number as a <seecref="T:System.Single" />.</summary>
1652
1652
<returns>
1653
1653
<seelangword="true" /> if the number can be represented as a <seecref="T:System.Single" />; otherwise, <seelangword="false" />.</returns>
@@ -1694,7 +1694,7 @@ On .NET Core, this method does not return `false` for values larger than <xref:S
<paramname="value">When the method returns, contains the unsigned 16-bit integer equivalent of the current JSON number if the conversion succeeded.</param>
1697
+
<paramname="value">When this method returns, contains the unsigned 16-bit integer value equivalent of the current JSON number if the conversion succeeded, or 0 if the conversion failed.</param>
1698
1698
<summary>Attempts to represent the current JSON number as a <seecref="T:System.UInt16" />.</summary>
1699
1699
<returns>
1700
1700
<seelangword="true" /> if the number can be represented as a <seecref="T:System.UInt16" />; otherwise, <seelangword="false" />.</returns>
@@ -1739,7 +1739,7 @@ This method does not parse the contents of a JSON string value.
<paramname="value">When this method returns, contains unsigned 32-bit integer value equivalent to the current JSON number.</param>
1742
+
<paramname="value">When this method returns, contains unsigned 32-bit integer value equivalent to the current JSON number if the conversion succeeded, or 0 if the conversion failed.</param>
1743
1743
<summary>Attempts to represent the current JSON number as a <seecref="T:System.UInt32" />.</summary>
1744
1744
<returns>
1745
1745
<seelangword="true" /> if the number can be represented as a <seecref="T:System.UInt32" />; otherwise, <seelangword="false" />.</returns>
@@ -1784,7 +1784,7 @@ This method does not parse the contents of a JSON string value.
<paramname="value">When this method returns, contains unsigned 64-bit integer value equivalent to the current JSON number.</param>
1787
+
<paramname="value">When this method returns, contains unsigned 64-bit integer value equivalent to the current JSON number if the conversion succeeded, or 0 if the conversion failed.</param>
1788
1788
<summary>Attempts to represent the current JSON number as a <seecref="T:System.UInt64" />.</summary>
1789
1789
<returns>
1790
1790
<seelangword="true" /> if the number can be represented as a <seecref="T:System.UInt64" />; otherwise, <seelangword="false" />.</returns>
0 commit comments