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="value">A string containing the name or value to convert.</param>
1319
+
<summary>Converts the string representation of the name or numeric value of one or more enumerated constants specified by <typeparamrefname="TEnum" /> to an equivalent enumerated object.</summary>
1320
+
<returns>An object of type <paramrefname="TEnum" /> whose value is represented by <paramrefname="value" />.</returns>
1321
1321
<remarks>To be added.</remarks>
1322
+
<exceptioncref="T:System.ArgumentException">
1323
+
<typeparamrefname="TEnum" /> is not an <seecref="T:System.Enum" /> type.</exception>
1324
+
<exceptioncref="T:System.ArgumentNullException">
1325
+
<paramrefname="value" /> is <seelangword="null" />.</exception>
1326
+
<exceptioncref="T:System.ArgumentException">
1327
+
<paramrefname="value" /> does not contain enumeration information.</exception>
1322
1328
</Docs>
1323
1329
</Member>
1324
1330
<MemberMemberName="Parse<TEnum>">
@@ -1358,12 +1364,19 @@ thisInstance And flag = flag
<paramname="value">A string containing the name or value to convert.</param>
1369
+
<paramname="ignoreCase">
1370
+
<seelangword="true" /> to ignore case; <seelangword="false" /> to regard case.</param>
1371
+
<summary>Converts the string representation of the name or numeric value of one or more enumerated constants specified by <typeparamrefname="TEnum" /> to an equivalent enumerated object. A parameter specifies whether the operation is case-insensitive.</summary>
1372
+
<returns>An object of type <paramrefname="TEnum" /> whose value is represented by <paramrefname="value" />.</returns>
1366
1373
<remarks>To be added.</remarks>
1374
+
<exceptioncref="T:System.ArgumentException">
1375
+
<typeparamrefname="TEnum" /> is not an <seecref="T:System.Enum" /> type.</exception>
1376
+
<exceptioncref="T:System.ArgumentNullException">
1377
+
<paramrefname="value" /> is <seelangword="null" />.</exception>
1378
+
<exceptioncref="T:System.ArgumentException">
1379
+
<paramrefname="value" /> does not contain enumeration information.</exception>
<paramname="provider">An <seecref="T:System.IFormatProvider" /> implementation that supplies culture-specific information about the format of the returned value. This argument is not used.</param>
1999
+
<summary>This method overload is obsolete; use <seecref="M:System.Enum.ToString" /> instead.</summary>
2000
+
<returns>The string representation of the value of this instance.</returns>
1987
2001
<remarks>To be added.</remarks>
1988
2002
</Docs>
1989
2003
</Member>
@@ -2236,7 +2250,7 @@ thisInstance And flag = flag
2236
2250
</Parameters>
2237
2251
<Docs>
2238
2252
<paramname="format">A format specification.</param>
2239
-
<paramname="provider">To be added.</param>
2253
+
<paramname="provider">An <seecref="T:System.IFormatProvider" /> implementation that supplies culture-specific information about the format of the returned value. This argument is not used.</param>
2240
2254
<summary>This method overload is obsolete; use <seecref="M:System.Enum.ToString(System.String)" />.</summary>
2241
2255
<returns>The string representation of the value of this instance, as specified by <paramrefname="format" />.</returns>
0 commit comments