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
* fix anchor
* fix broken links
* fix broken link
* fix broken link
* change link to https
* change links to https
* change links to https
* more fixes
* feedback
The conversion may use Normalization Form C even if an input character is already full-width. For example, the string "は゛" (which is already full-width) is normalized to "ば". See [Unicode normalization forms](http://unicode.org/reports/tr15).
1
+
The conversion may use Normalization Form C even if an input character is already full-width. For example, the string "は゛" (which is already full-width) is normalized to "ば". See [Unicode normalization forms](https://unicode.org/reports/tr15).
For more information about the element that this class represents, see the following specification: [Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0](https://go.microsoft.com/fwlink/?LinkId=231291) (http://go.microsoft.com/fwlink/?LinkId=231291).
1
+
For more information about the element that this class represents, see the following specification: [Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0](https://go.microsoft.com/fwlink/?LinkId=231291).
Copy file name to clipboardExpand all lines: xml/System.Data.SqlTypes/SqlCompareOptions.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@
217
217
</ReturnValue>
218
218
<MemberValue>2</MemberValue>
219
219
<Docs>
220
-
<summary>Specifies that <seecref="T:System.Data.SqlTypes.SqlString" /> comparisons must ignore nonspace combining characters, such as diacritics. The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Non-space combining characters do not use character space by themselves when rendered. For more information about non-space combining characters, see the Unicode Standard at http://www.unicode.org.</summary>
220
+
<summary>Specifies that <seecref="T:System.Data.SqlTypes.SqlString" /> comparisons must ignore nonspace combining characters, such as diacritics. The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Non-space combining characters do not use character space by themselves when rendered. For more information about non-space combining characters, see the Unicode Standard at https://www.unicode.org.</summary>
Copy file name to clipboardExpand all lines: xml/System.Data.SqlTypes/SqlString.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1323,7 +1323,7 @@ SqlString mySqlString = new SqlString("abc", CultureInfo.CurrentCulture.LCID);
1323
1323
<formattype="text/markdown"><![CDATA[
1324
1324
1325
1325
## Remarks
1326
-
The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Non-space combining characters do not use character space by themselves when rendered. For more information about non-space combining characters, see the Unicode Standard at http://www.unicode.org.
1326
+
The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Non-space combining characters do not use character space by themselves when rendered. For more information about non-space combining characters, see the Unicode Standard at <https://www.unicode.org>.
1327
1327
1328
1328
<xref:System.Data.SqlTypes.SqlString.IgnoreNonSpace> functions as a constant for the <xref:System.Data.SqlTypes.SqlString> class.
<paramname="filterExpression">The criteria to use to filter the rows. For examples on how to filter rows, see [DataView RowFilter Syntax [C#]](http://www.csharp-examples.net/dataview-rowfilter/).</param>
5248
+
<paramname="filterExpression">The criteria to use to filter the rows. For examples on how to filter rows, see [DataView RowFilter Syntax [C#]](https://www.csharp-examples.net/dataview-rowfilter/).</param>
5249
5249
<summary>Gets an array of all <seecref="T:System.Data.DataRow" /> objects that match the filter criteria.</summary>
5250
5250
<returns>An array of <seecref="T:System.Data.DataRow" /> objects.</returns>
5251
5251
<remarks>
@@ -5305,7 +5305,7 @@ public class A {
5305
5305
<ParameterName="sort"Type="System.String" />
5306
5306
</Parameters>
5307
5307
<Docs>
5308
-
<paramname="filterExpression">The criteria to use to filter the rows. For examples on how to filter rows, see [DataView RowFilter Syntax [C#]](http://www.csharp-examples.net/dataview-rowfilter/).</param>
5308
+
<paramname="filterExpression">The criteria to use to filter the rows. For examples on how to filter rows, see [DataView RowFilter Syntax [C#]](https://www.csharp-examples.net/dataview-rowfilter/).</param>
5309
5309
<paramname="sort">A string specifying the column and sort direction.</param>
5310
5310
<summary>Gets an array of all <seecref="T:System.Data.DataRow" /> objects that match the filter criteria, in the specified sort order.</summary>
5311
5311
<returns>An array of <seecref="T:System.Data.DataRow" /> objects matching the filter expression.</returns>
<paramname="filterExpression">The criteria to use to filter the rows. For examples on how to filter rows, see [DataView RowFilter Syntax [C#]](http://www.csharp-examples.net/dataview-rowfilter/).</param>
5368
+
<paramname="filterExpression">The criteria to use to filter the rows. For examples on how to filter rows, see [DataView RowFilter Syntax [C#]](https://www.csharp-examples.net/dataview-rowfilter/).</param>
5369
5369
<paramname="sort">A string specifying the column and sort direction.</param>
5370
5370
<paramname="recordStates">One of the <seecref="T:System.Data.DataViewRowState" /> values.</param>
5371
5371
<summary>Gets an array of all <seecref="T:System.Data.DataRow" /> objects that match the filter in the order of the sort that match the specified state.</summary>
Copy file name to clipboardExpand all lines: xml/System.Globalization/TextInfo.xml
+2-2
Original file line number
Diff line number
Diff line change
@@ -873,7 +873,7 @@
873
873
<formattype="text/markdown"><. The current implementation preserves the length of the string. However, this behavior is not guaranteed and could change in future implementations.
877
877
878
878
Casing semantics depend on the culture in use. For the invariant culture, the casing semantics are not culture-sensitive. For a specific culture, the casing semantics are sensitive to that culture.
879
879
@@ -1151,7 +1151,7 @@
1151
1151
<formattype="text/markdown"><![CDATA[
1152
1152
1153
1153
## Remarks
1154
-
The returned string might differ in length from the input string. For more information on casing, refer to the Unicode Technical Report #21 "Case Mappings," published by the Unicode Consortium (http://www.unicode.org). The current implementation preserves the length of the string. However, this behavior is not guaranteed and could change in future implementations.
1154
+
The returned string might differ in length from the input string. For more information on casing, refer to the Unicode Technical Report #21 "Case Mappings," published by the Unicode Consortium (https://www.unicode.org). The current implementation preserves the length of the string. However, this behavior is not guaranteed and could change in future implementations.
1155
1155
1156
1156
Casing semantics depend on the culture in use. For the invariant culture, the casing semantics are not culture-sensitive. For a specific culture, the casing semantics are sensitive to that culture.
0 commit comments