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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
|
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>sysglobl</name>
</assembly>
<members>
<member name="M:System.Globalization.CultureAndRegionInfoBuilder.#ctor(System.String,System.Globalization.CultureAndRegionModifiers)">
<summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> class. </summary>
<param name="cultureName">The name of a culture.</param>
<param name="flags">One of the <see cref="T:System.Globalization.CultureAndRegionModifiers" /> values that specifies whether the new <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object is a neutral culture, replaces an existing culture and country/region, or is a new culture. </param>
<exception cref="T:System.ArgumentNullException">
<paramref name="cultureName" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="cultureName" /> is the empty string ("").-or-
<paramref name="cultureName" /> contains characters other than "0" through "9", "a" through "z", "A" through "Z", hyphen (-), or underscore (_).-or-
<paramref name="cultureName" /> contains hyphens (-) to delimit components, but one or more of the <paramref name="prefix" />, <paramref name="language" />, <paramref name="region" />, or <paramref name="suffix" /> components is absent. That is, two or more hyphens are adjacent.-or-
<paramref name="cultureName" /> is longer than 84 characters.-or-
<paramref name="cultureName" /> contains hyphens to delimit components, but one or more of the components is longer than 8 characters.-or-
<paramref name="cultureName" /> contains a leading or trailing hyphen (-) or underscore (_).-or-
<paramref name="cultureName" /> specifies an alternate sort replacement culture instead of a .NET Framework culture. For example, <paramref name="culturenName" /> is "de-de_phoneb", a culture that sorts strings as they appear in a German telephone book, instead of "de-DE", the German (Germany) culture.-or-
<paramref name="flags" /> contains an invalid combination of <see cref="T:System.Globalization.CultureAndRegionModifiers" /> values.-or-
<paramref name="flags" /> contains <see cref="F:System.Globalization.CultureAndRegionModifiers.Replacement" /> or <see cref="F:System.Globalization.CultureAndRegionModifiers.Neutral" /> and <paramref name="cultureName" /> specifies a culture that is not found.-or-
<paramref name="flags" /> contains <see cref="F:System.Globalization.CultureAndRegionModifiers.Replacement" /> and <paramref name="cultureName" /> specifies a user-created custom culture that does not replace a culture shipped with the .NET Framework.-or-
<paramref name="flags" /> contains <see cref="F:System.Globalization.CultureAndRegionModifiers.Neutral" /> and <paramref name="cultureName" /> specifies a culture that is not a neutral culture.-or-
<paramref name="flags" /> contains <see cref="F:System.Globalization.CultureAndRegionModifiers.Neutral" /> and <paramref name="cultureName" /> specifies a user-created custom culture that replaces a specific culture shipped with the .NET Framework.</exception>
</member>
<member name="M:System.Globalization.CultureAndRegionInfoBuilder.CreateFromLdml(System.String)">
<summary>Reconstitutes a <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object from a specified XML file that contains a representation of the object.</summary>
<param name="xmlFileName">A file name that contains the XML representation of a <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object.</param>
<returns>A new object that is equivalent to the information stored in the <paramref name="xmlFileName" /> parameter.</returns>
<exception cref="T:System.ArgumentNullException">
<paramref name="xmlFileName" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="xmlFileName" /> is an empty string (""), or invalid file or path name.</exception>
<exception cref="T:System.Xml.XmlException">The data in <paramref name="xmlFileName" /> is not in valid XML format.-or-An I/O error occurred while accessing <paramref name="xmlFileName" />.</exception>
<exception cref="T:System.Xml.Schema.XmlSchemaValidationException">The data in <paramref name="xmlFileName" /> is not in valid LDML format.</exception>
</member>
<member name="M:System.Globalization.CultureAndRegionInfoBuilder.LoadDataFromCultureInfo(System.Globalization.CultureInfo)">
<summary>Sets the properties of the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object with the corresponding properties of the specified <see cref="T:System.Globalization.CultureInfo" /> object.</summary>
<param name="culture">The object whose properties will be used.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="culture" /> is <see langword="null" />.</exception>
</member>
<member name="M:System.Globalization.CultureAndRegionInfoBuilder.LoadDataFromRegionInfo(System.Globalization.RegionInfo)">
<summary>Sets the properties of the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object with the corresponding properties of the specified <see cref="T:System.Globalization.RegionInfo" /> object.</summary>
<param name="region">The object whose properties will be used.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="region" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">Country/region information cannot be set because the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object specifies a neutral culture.</exception>
</member>
<member name="M:System.Globalization.CultureAndRegionInfoBuilder.Register">
<summary>Persists the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object as a custom culture on the local computer and makes that culture available to applications. Requires administrative privileges.</summary>
<exception cref="T:System.InvalidOperationException">The custom culture is already registered.-or-The current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object has a property that must be set before the culture can be registered. All cultures, neutral or specific, must have <see cref="P:System.Globalization.CultureAndRegionInfoBuilder.TextInfo" /> and <see cref="P:System.Globalization.CultureAndRegionInfoBuilder.CompareInfo" /> set. Specific cultures must also have <see cref="P:System.Globalization.CultureAndRegionInfoBuilder.NumberFormat" />, <see cref="P:System.Globalization.CultureAndRegionInfoBuilder.GregorianDateTimeFormat" />, and <see cref="P:System.Globalization.CultureAndRegionInfoBuilder.AvailableCalendars" /> set.This method also throws <see cref="T:System.InvalidOperationException" /> if the following properties are not defined:
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.CultureEnglishName" />
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.CultureNativeName" />
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.CurrencyEnglishName" />
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.CurrencyNativeName" />
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.ISOCurrencySymbol" />
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.Parent" />
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.RegionEnglishName" />
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.RegionNativeName" />
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.ThreeLetterISOLanguageName" />
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.ThreeLetterISORegionName" />
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.ThreeLetterWindowsLanguageName" />
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.ThreeLetterWindowsRegionName" />
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.TwoLetterISOLanguageName" />
<see cref="P:System.Globalization.CultureAndRegionInfoBuilder.TwoLetterISORegionName" />
</exception>
<exception cref="T:System.ArgumentOutOfRangeException">A <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object property value exceeds its maximum length or value.</exception>
<exception cref="T:System.UnauthorizedAccessException">User does not have administrative privileges.</exception>
</member>
<member name="M:System.Globalization.CultureAndRegionInfoBuilder.Save(System.String)">
<summary>Writes an XML representation of the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object to the specified file.</summary>
<param name="filename">The name of a file to contain the XML representation of this custom culture.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="filename" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="filename" /> is an empty string ("").</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The value of a property of a <see cref="T:System.Globalization.DateTimeFormatInfo" />, <see cref="T:System.Globalization.TextInfo" />, or <see cref="T:System.Globalization.NumberFormatInfo" /> object contained in the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object is invalid.</exception>
</member>
<member name="M:System.Globalization.CultureAndRegionInfoBuilder.Unregister(System.String)">
<summary>Deletes a custom culture from the local computer.</summary>
<param name="cultureName">The name of the custom culture to delete.</param>
<exception cref="T:System.InvalidOperationException">
<paramref name="cultureName" /> is a parent culture or console fallback user interface culture of a dependent culture.</exception>
<exception cref="T:System.UnauthorizedAccessException">The user does not have administrative privileges.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="cultureName" /> specifies a culture that is not found.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.AvailableCalendars">
<summary>Gets or sets an array of calendars that are supported by this <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object.</summary>
<returns>An array of calendars.</returns>
<exception cref="T:System.ArgumentNullException">In a set operation, the assigned array is <see langword="null" />, or an element of the assigned array is <see langword="null" />.</exception>
<exception cref="T:System.NotSupportedException">This property is not supported for neutral cultures.-or-In a set operation, the assigned array contains <see cref="T:System.Globalization.PersianCalendar" />, <see cref="T:System.Globalization.TaiwanLunisolarCalendar" />, <see cref="T:System.Globalization.KoreanLunisolarCalendar" />, <see cref="T:System.Globalization.JapaneseLunisolarCalendar" />, <see cref="T:System.Globalization.ChineseLunisolarCalendar" />, or <see cref="T:System.Globalization.JulianCalendar" />.-or-In a set operation, the assigned array contains a custom calendar.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.CompareInfo">
<summary>Gets or sets the <see cref="T:System.Globalization.CompareInfo" /> object that defines how to compare strings for the culture.</summary>
<returns>The <see cref="T:System.Globalization.CompareInfo" /> object that defines how to compare strings for the culture.</returns>
<exception cref="T:System.ArgumentNullException">In a set operation the assigned value is <see langword="null" />.</exception>
<exception cref="T:System.NotSupportedException">This custom culture is an override of a built-in culture.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.ConsoleFallbackUICulture">
<summary>Gets or sets an alternate user interface culture suitable for console applications when the default graphic user interface culture is inappropriate.</summary>
<returns>An alternate culture that is used to read and display text on the console.</returns>
<exception cref="T:System.ArgumentException">In a set operation where the specified culture is not <see langword="null" />, the <see cref="P:System.Globalization.CultureAndRegionInfoBuilder.ConsoleFallbackUICulture" /> property of the specified culture is not the same as the specified culture. </exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.CultureEnglishName">
<summary>Gets or sets the culture name in English.</summary>
<returns>The culture name in English.</returns>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 0 to 79 characters.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.CultureName">
<summary>Gets the name of the culture being created.</summary>
<returns>The culture name of the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object.</returns>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.CultureNativeName">
<summary>Gets or sets the culture name in the format and language that the culture is set to display.</summary>
<returns>The culture name in the format and language that the culture is set to display.</returns>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 0 to 79 characters.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.CultureTypes">
<summary>Gets the <see cref="T:System.Globalization.CultureTypes" /> value that describes the culture represented by the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object.</summary>
<returns>One of the <see cref="T:System.Globalization.CultureTypes" /> values.</returns>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.CurrencyEnglishName">
<summary>Gets or sets the name, in English, of the currency used in the country/region represented by the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object.</summary>
<returns>The name, in English, of the currency used in the region.</returns>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">The value in a set operation is the empty string ("").</exception>
<exception cref="T:System.NotSupportedException">The current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object is a neutral culture.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.CurrencyNativeName">
<summary>Gets or sets the native name of the currency used in the country/region represented by the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object.</summary>
<returns>The name of the currency used in the country/region represented by the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object, formatted in the language associated with the ISO 3166 country/region code of the region. </returns>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">The value in a set operation is the empty string ("").</exception>
<exception cref="T:System.NotSupportedException">The current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object is a neutral culture.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.GeoId">
<summary>Gets or sets a unique identification number for a geographical region, country, city, or location.</summary>
<returns>A 32-bit signed number that uniquely identifies a geographical location.</returns>
<exception cref="T:System.NotSupportedException">The current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object defines a neutral culture.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.GregorianDateTimeFormat">
<summary>Gets or sets a <see cref="T:System.Globalization.DateTimeFormatInfo" /> object that defines the format of dates and times according to the Gregorian calendar.</summary>
<returns>A <see cref="T:System.Globalization.DateTimeFormatInfo" /> object. </returns>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">A property of the value in a set operation returned an invalid property value.</exception>
<exception cref="T:System.NotSupportedException">The current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object is a neutral culture.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.IetfLanguageTag">
<summary>Gets or sets a culture name formatted according to the RFC 4646 standard, "Tags for the Identification of Languages."</summary>
<returns>A culture name formatted according to RFC 4646.</returns>
<exception cref="T:System.ArgumentNullException">In a set operation, the value is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the length of the value is not from 1 through 84 characters.</exception>
<exception cref="T:System.ArgumentException">In a set operation, a component of the name specified in the value is empty or longer than 8 characters, not an alphanumeric character or hyphen (-), or the name contains a leading or trailing hyphen. </exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.IsMetric">
<summary>Gets or sets a value indicating whether the country/region uses the metric system for measurements.</summary>
<returns>
<see langword="true" /> if the country/region uses the metric system for measurements; otherwise, <see langword="false" />.</returns>
<exception cref="T:System.NotSupportedException">This operation is not valid for a neutral culture.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.ISOCurrencySymbol">
<summary>Gets or sets the three-character ISO 4217 currency symbol associated with the country/region.</summary>
<returns>The three-character ISO 4217 currency symbol associated with the country/region.</returns>
<exception cref="T:System.NotSupportedException">This is a neutral culture.</exception>
<exception cref="T:System.ArgumentNullException">In a set operation, the value is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the value is not from 0 through 8 characters long.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.IsRightToLeft">
<summary>Gets or sets the predominant direction of lines of text in the writing system associated with the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object. </summary>
<returns>
<see langword="true" /> if the predominant direction of lines of text in the current writing system is right-to-left; otherwise, <see langword="false" />.</returns>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.KeyboardLayoutId">
<summary>Gets or sets the active input locale identifier.</summary>
<returns>A 32-bit signed number that specifies an input locale identifier.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the value is zero.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.LCID">
<summary>Gets the culture identifier for the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object.</summary>
<returns>The culture identifier for the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object.</returns>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.NumberFormat">
<summary>Gets or sets a <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines the culturally appropriate format of displaying numbers, currency, and percentage.</summary>
<returns>A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines the culturally appropriate format of displaying numbers, currency, and percentage.</returns>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.NotSupportedException">This operation is not valid for a neutral culture.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The specification for a number, currency, or percent property for this culture contains too many digits or is out of range.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.Parent">
<summary>Gets or sets the <see cref="T:System.Globalization.CultureInfo" /> object that represents the parent culture of the current custom culture.</summary>
<returns>The <see cref="T:System.Globalization.CultureInfo" /> object that represents the parent culture of the current custom culture.</returns>
<exception cref="T:System.InvalidOperationException">In a set operation, the culture value cannot be found. Possibly, the assigned value is an unregistered custom culture.</exception>
<exception cref="T:System.ArgumentNullException">In a set operation, the value is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">In a set operation, which traverses the ancestors of the current culture, the invariant culture cannot be found within 10 generations of ancestors. -or- In a set operation, a circular reference was discovered: the assigned value is an ancestor of the current custom culture. </exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.RegionEnglishName">
<summary>Gets or sets the full name of the country/region in English.</summary>
<returns>The full name of the country/region in English.</returns>
<exception cref="T:System.NotSupportedException">This operation is not valid for a neutral culture.</exception>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 0 to 79 characters.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.RegionName">
<summary>Gets the name of the country/region for the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object.</summary>
<returns>The name of the country/region for the current <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object.</returns>
<exception cref="T:System.NotSupportedException">This operation is not valid for a neutral culture.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.RegionNativeName">
<summary>Gets or sets the full name of the country/region as known by the people of this custom culture.</summary>
<returns>The local name of the country/region.</returns>
<exception cref="T:System.NotSupportedException">This operation is not valid for a neutral culture.</exception>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 79 characters.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.TextInfo">
<summary>Gets or sets the <see cref="T:System.Globalization.TextInfo" /> object that defines the writing system associated with this custom culture.</summary>
<returns>The object that defines the writing system associated with this custom culture.</returns>
<exception cref="T:System.NotSupportedException">This operation is not supported for replacement cultures.</exception>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The number of characters in a list separator does not range from 0 to 3.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.ThreeLetterISOLanguageName">
<summary>Gets or sets the ISO 639-2 three-letter code for the language of this custom culture.</summary>
<returns>The ISO 639-2 three-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo" /> object.</returns>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 8 characters. </exception>
<exception cref="T:System.ArgumentException">The value in a set operation contains a character that is not in the range "a" to "z", "A" to "Z", or "0" to "9".</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.ThreeLetterISORegionName">
<summary>Gets or sets the three-letter code defined in ISO 3166 for the country/region.</summary>
<returns>The three-letter code defined in ISO 3166 for the country/region.</returns>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 8 characters. </exception>
<exception cref="T:System.ArgumentException">The value in a set operation contains a character that is not in the range "a" to "z", "A" to "Z", or "0" to "9".</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.ThreeLetterWindowsLanguageName">
<summary>Gets or sets the three-letter code for the language as defined in the Windows API.</summary>
<returns>The three-letter code for the language as defined in the Windows API.</returns>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 8 characters.</exception>
<exception cref="T:System.ArgumentException">The value in a set operation contains a character that is not in the range "a" to "z", "A" to "Z", or "0" to "9".</exception>
<exception cref="T:System.NotSupportedException">In a set operation, the current custom culture is a replacement culture.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.ThreeLetterWindowsRegionName">
<summary>Gets or sets the three-letter code assigned by Windows to the country/region represented by the current custom culture.</summary>
<returns>The three-letter code assigned by Windows to the country/region represented by this <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object.</returns>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 8 characters.</exception>
<exception cref="T:System.ArgumentException">The value in a set operation contains a character that is not in the range "a" to "z", "A" to "Z", or "0" to "9".</exception>
<exception cref="T:System.NotSupportedException">In a set operation, the current custom culture is a replacement culture or a neutral culture.</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.TwoLetterISOLanguageName">
<summary>Gets or sets the ISO 639-1 two-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo" /> object.</summary>
<returns>The ISO 639-1 two-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo" /> object.</returns>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 8 characters. </exception>
<exception cref="T:System.ArgumentException">The value in a set operation contains a character that is not in the range "a" to "z", "A" to "Z", or "0" to "9".</exception>
</member>
<member name="P:System.Globalization.CultureAndRegionInfoBuilder.TwoLetterISORegionName">
<summary>Gets or sets the two-letter code defined in ISO 3166 for the country/region.</summary>
<returns>The two-letter code defined in ISO 3166 for the country/region.</returns>
<exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The length of the value in a set operation does not range from 1 to 8 characters.</exception>
<exception cref="T:System.ArgumentException">The value in a set operation contains a character that is not in the range "a" to "z", "A" to "Z", or "0" to "9".</exception>
<exception cref="T:System.NotSupportedException">In a set operation, the current custom culture is a neutral culture.</exception>
</member>
<member name="T:System.Globalization.CultureAndRegionInfoBuilder">
<summary>Defines a custom culture that is new or based on another culture and country/region. The custom culture can be installed on a computer and subsequently used by any application that is running on that computer. This class cannot be inherited. </summary>
</member>
<member name="T:System.Globalization.CultureAndRegionModifiers">
<summary>Specifies constants that define a <see cref="T:System.Globalization.CultureAndRegionInfoBuilder" /> object. </summary>
</member>
<member name="F:System.Globalization.CultureAndRegionModifiers.None">
<summary>A specific, supplemental custom culture.</summary>
</member>
<member name="F:System.Globalization.CultureAndRegionModifiers.Neutral">
<summary>A neutral custom culture.</summary>
</member>
<member name="F:System.Globalization.CultureAndRegionModifiers.Replacement">
<summary>A custom culture that replaces an existing .NET Framework culture or Windows locale.</summary>
</member>
</members>
</doc>
|