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
@@ -3440,7 +3440,7 @@ For more details about `startat`, see the Remarks section of <xref:System.Text.R
3440
3440
3441
3441
The regular expression pattern is:
3442
3442
3443
-
```
3443
+
```txt
3444
3444
^[A-Z0-9]\d{2}[A-Z0-9](-\d{3}){2}[A-Z0-9]$
3445
3445
```
3446
3446
@@ -3460,7 +3460,7 @@ For more details about `startat`, see the Remarks section of <xref:System.Text.R
3460
3460
3461
3461
Calling the <xref:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)> method with the `options` parameter set to <xref:System.Text.RegularExpressions.RegexOptions.IgnoreCase?displayProperty=nameWithType> is equivalent to defining the following regular expression:
3462
3462
3463
-
```
3463
+
```txt
3464
3464
[a-zA-Z0-9]\d{2}[a-zA-Z0-9](-\d{3}){2}[A-Za-z0-9]
3465
3465
```
3466
3466
@@ -3619,7 +3619,7 @@ For more details about `startat`, see the Remarks section of <xref:System.Text.R
3619
3619
3620
3620
The regular expression pattern is:
3621
3621
3622
-
```
3622
+
```txt
3623
3623
^[A-Z0-9]\d{2}[A-Z0-9](-\d{3}){2}[A-Z0-9]$
3624
3624
```
3625
3625
@@ -3639,7 +3639,7 @@ For more details about `startat`, see the Remarks section of <xref:System.Text.R
3639
3639
3640
3640
Calling the <xref:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)> method with the `options` parameter set to <xref:System.Text.RegularExpressions.RegexOptions.IgnoreCase?displayProperty=nameWithType> is equivalent to defining the following regular expression:
Copy file name to clipboardExpand all lines: xml/System.Transactions/TransactionEventArgs.xml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -49,16 +49,16 @@
49
49
<Docs>
50
50
<summary>Provides data for the following transaction events: <seecref="E:System.Transactions.TransactionManager.DistributedTransactionStarted" />, <seecref="E:System.Transactions.Transaction.TransactionCompleted" />.</summary>
51
51
<remarks>
52
-
<formattype="text/markdown"><. Although both return the remainder after division, the formulas they use are different. The formula for the <xref:System.Math.IEEERemainder%2A> method is:
Copy file name to clipboardExpand all lines: xml/System/MathF.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1177,13 +1177,13 @@ The value of this constant is 2.71828175.
1177
1177
1178
1178
The <xref:System.MathF.IEEERemainder%2A> method is not the same as the [remainder operator](/dotnet/csharp/language-reference/operators/remainder-operator). Although both return the remainder after division, the formulas they use are different. The formula for the <xref:System.MathF.IEEERemainder%2A> method is:
0 commit comments