System.Globalization.Extensions.xml
12.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Globalization.Extensions</name>
</assembly>
<members>
<member name="T:System.StringNormalizationExtensions"></member>
<member name="M:System.StringNormalizationExtensions.IsNormalized(System.String)"></member>
<member name="M:System.StringNormalizationExtensions.IsNormalized(System.String,System.Text.NormalizationForm)"></member>
<member name="M:System.StringNormalizationExtensions.Normalize(System.String)"></member>
<member name="M:System.StringNormalizationExtensions.Normalize(System.String,System.Text.NormalizationForm)"></member>
<member name="T:System.Globalization.GlobalizationExtensions"></member>
<member name="M:System.Globalization.GlobalizationExtensions.GetStringComparer(System.Globalization.CompareInfo,System.Globalization.CompareOptions)"></member>
<member name="T:System.Globalization.IdnMapping">
<summary>Supports the use of non-ASCII characters for Internet domain names. This class cannot be inherited.</summary>
</member>
<member name="M:System.Globalization.IdnMapping.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Globalization.IdnMapping" /> class. </summary>
</member>
<member name="P:System.Globalization.IdnMapping.AllowUnassigned">
<summary>Gets or sets a value that indicates whether unassigned Unicode code points are used in operations performed by members of the current <see cref="T:System.Globalization.IdnMapping" /> object.</summary>
<returns>true if unassigned code points are used in operations; otherwise, false.</returns>
</member>
<member name="M:System.Globalization.IdnMapping.Equals(System.Object)">
<summary>Indicates whether a specified object and the current <see cref="T:System.Globalization.IdnMapping" /> object are equal.</summary>
<returns>true if the object specified by the <paramref name="obj" /> parameter is derived from <see cref="T:System.Globalization.IdnMapping" /> and its <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties are equal; otherwise, false. </returns>
<param name="obj">The object to compare to the current object.</param>
</member>
<member name="M:System.Globalization.IdnMapping.GetAscii(System.String)">
<summary>Encodes a string of domain name labels that consist of Unicode characters to a string of displayable Unicode characters in the US-ASCII character range. The string is formatted according to the IDNA standard.</summary>
<returns>The equivalent of the string specified by the <paramref name="unicode" /> parameter, consisting of displayable Unicode characters in the US-ASCII character range (U+0020 to U+007E) and formatted according to the IDNA standard.</returns>
<param name="unicode">The string to convert, which consists of one or more domain name labels delimited with label separators.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="unicode" /> is null.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="unicode" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
</member>
<member name="M:System.Globalization.IdnMapping.GetAscii(System.String,System.Int32)">
<summary>Encodes a substring of domain name labels that include Unicode characters outside the US-ASCII character range. The substring is converted to a string of displayable Unicode characters in the US-ASCII character range and is formatted according to the IDNA standard. </summary>
<returns>The equivalent of the substring specified by the <paramref name="unicode" /> and <paramref name="index" /> parameters, consisting of displayable Unicode characters in the US-ASCII character range (U+0020 to U+007E) and formatted according to the IDNA standard.</returns>
<param name="unicode">The string to convert, which consists of one or more domain name labels delimited with label separators.</param>
<param name="index">A zero-based offset into <paramref name="unicode" /> that specifies the start of the substring to convert. The conversion operation continues to the end of the <paramref name="unicode" /> string.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="unicode" /> is null.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is greater than the length of <paramref name="unicode" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="unicode" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
</member>
<member name="M:System.Globalization.IdnMapping.GetAscii(System.String,System.Int32,System.Int32)">
<summary>Encodes the specified number of characters in a substring of domain name labels that include Unicode characters outside the US-ASCII character range. The substring is converted to a string of displayable Unicode characters in the US-ASCII character range and is formatted according to the IDNA standard. </summary>
<returns>The equivalent of the substring specified by the <paramref name="unicode" />, <paramref name="index" />, and <paramref name="count" /> parameters, consisting of displayable Unicode characters in the US-ASCII character range (U+0020 to U+007E) and formatted according to the IDNA standard.</returns>
<param name="unicode">The string to convert, which consists of one or more domain name labels delimited with label separators.</param>
<param name="index">A zero-based offset into <paramref name="unicode" /> that specifies the start of the substring.</param>
<param name="count">The number of characters to convert in the substring that starts at the position specified by <paramref name="index" /> in the <paramref name="unicode" /> string. </param>
<exception cref="T:System.ArgumentNullException">
<paramref name="unicode" /> is null.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> or <paramref name="count" /> is less than zero.-or-<paramref name="index" /> is greater than the length of <paramref name="unicode" />.-or-<paramref name="index" /> is greater than the length of <paramref name="unicode" /> minus <paramref name="count" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="unicode" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
</member>
<member name="M:System.Globalization.IdnMapping.GetHashCode">
<summary>Returns a hash code for this <see cref="T:System.Globalization.IdnMapping" /> object.</summary>
<returns>One of four 32-bit signed constants derived from the properties of an <see cref="T:System.Globalization.IdnMapping" /> object. The return value has no special meaning and is not suitable for use in a hash code algorithm.</returns>
</member>
<member name="M:System.Globalization.IdnMapping.GetUnicode(System.String)">
<summary>Decodes a string of one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters. </summary>
<returns>The Unicode equivalent of the IDNA substring specified by the <paramref name="ascii" /> parameter.</returns>
<param name="ascii">The string to decode, which consists of one or more labels in the US-ASCII character range (U+0020 to U+007E) encoded according to the IDNA standard. </param>
<exception cref="T:System.ArgumentNullException">
<paramref name="ascii" /> is null.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="ascii" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
</member>
<member name="M:System.Globalization.IdnMapping.GetUnicode(System.String,System.Int32)">
<summary>Decodes a substring of one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters. </summary>
<returns>The Unicode equivalent of the IDNA substring specified by the <paramref name="ascii" /> and <paramref name="index" /> parameters.</returns>
<param name="ascii">The string to decode, which consists of one or more labels in the US-ASCII character range (U+0020 to U+007E) encoded according to the IDNA standard. </param>
<param name="index">A zero-based offset into <paramref name="ascii" /> that specifies the start of the substring to decode. The decoding operation continues to the end of the <paramref name="ascii" /> string.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="ascii" /> is null.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is greater than the length of <paramref name="ascii" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="ascii" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
</member>
<member name="M:System.Globalization.IdnMapping.GetUnicode(System.String,System.Int32,System.Int32)">
<summary>Decodes a substring of a specified length that contains one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters. </summary>
<returns>The Unicode equivalent of the IDNA substring specified by the <paramref name="ascii" />, <paramref name="index" />, and <paramref name="count" /> parameters.</returns>
<param name="ascii">The string to decode, which consists of one or more labels in the US-ASCII character range (U+0020 to U+007E) encoded according to the IDNA standard. </param>
<param name="index">A zero-based offset into <paramref name="ascii" /> that specifies the start of the substring. </param>
<param name="count">The number of characters to convert in the substring that starts at the position specified by <paramref name="index" /> in the <paramref name="ascii" /> string. </param>
<exception cref="T:System.ArgumentNullException">
<paramref name="ascii" /> is null.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> or <paramref name="count" /> is less than zero.-or-<paramref name="index" /> is greater than the length of <paramref name="ascii" />.-or-<paramref name="index" /> is greater than the length of <paramref name="ascii" /> minus <paramref name="count" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="ascii" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
</member>
<member name="P:System.Globalization.IdnMapping.UseStd3AsciiRules">
<summary>Gets or sets a value that indicates whether standard or relaxed naming conventions are used in operations performed by members of the current <see cref="T:System.Globalization.IdnMapping" /> object.</summary>
<returns>true if standard naming conventions are used in operations; otherwise, false.</returns>
</member>
<member name="T:System.Text.NormalizationForm">
<summary>Defines the type of normalization to perform.</summary>
<filterpriority>2</filterpriority>
</member>
<member name="F:System.Text.NormalizationForm.FormC">
<summary>Indicates that a Unicode string is normalized using full canonical decomposition, followed by the replacement of sequences with their primary composites, if possible.</summary>
</member>
<member name="F:System.Text.NormalizationForm.FormD">
<summary>Indicates that a Unicode string is normalized using full canonical decomposition.</summary>
</member>
<member name="F:System.Text.NormalizationForm.FormKC">
<summary>Indicates that a Unicode string is normalized using full compatibility decomposition, followed by the replacement of sequences with their primary composites, if possible.</summary>
</member>
<member name="F:System.Text.NormalizationForm.FormKD">
<summary>Indicates that a Unicode string is normalized using full compatibility decomposition.</summary>
</member>
</members>
</doc>