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="culture">A culture whose linguistic rules are used to perform a string comparison.</param>
371
+
<paramname="options">A bitwise combination of the <seecref="T:System.Globalization.CompareOptions" /> values.</param>
372
+
<summary>Creates a <seecref="T:System.StringComparer" /> object that compares strings according to the rules of a specified culture and string options.</summary>
373
+
<returns>A new <seecref="T:System.StringComparer" /> object that performs string comparisons according to the comparison rules used by the <paramrefname="culture" /> parameter and the specified <paramrefname="options" />.</returns>
374
374
<remarks>To be added.</remarks>
375
+
<exceptioncref="T:System.ArgumentNullException">
376
+
<paramrefname="culture" /> is <seelangword="null" />.</exception>
377
+
<exceptioncref="T:System.ArgumentException">
378
+
<paramrefname="options" /> has invalid flags.</exception>
375
379
</Docs>
376
380
</Member>
377
381
<MemberMemberName="CurrentCulture">
@@ -637,10 +641,11 @@ The following example demonstrates the properties and the <xref:System.StringCom
<paramname="comparisonType">A string comparer instance to convert.</param>
645
+
<summary>Converts the specified <seecref="T:System.StringComparison" /> instance to a <seecref="T:System.StringComparer" /> instance.</summary>
646
+
<returns>A <seecref="T:System.StringComparer" /> instance representing the equivalent value of the specified <seecref="T:System.StringComparison" /> instance.</returns>
643
647
<remarks>To be added.</remarks>
648
+
<exceptioncref="T:System.ArgumentException">The specified string comparison is not supported.</exception>
0 commit comments