|
2395 | 2395 | <Parameter Name="result" Type="System.Int32" RefType="out" Index="1" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2396 | 2396 | </Parameters>
|
2397 | 2397 | <Docs>
|
2398 |
| - <param name="s">To be added.</param> |
2399 |
| - <param name="result">To be added.</param> |
2400 |
| - <summary>To be added.</summary> |
2401 |
| - <returns>To be added.</returns> |
| 2398 | + <param name="s">A span containing the characters that represent the number to convert.</param> |
| 2399 | + <param name="result">When this method returns, contains the 32-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param> |
| 2400 | + <summary>Converts the span representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded.</summary> |
| 2401 | + <returns><see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns> |
2402 | 2402 | <remarks>To be added.</remarks>
|
2403 | 2403 | </Docs>
|
2404 | 2404 | </Member>
|
|
2441 | 2441 | <param name="s">A string containing a number to convert.</param>
|
2442 | 2442 | <param name="result">When this method returns, contains the 32-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not of the correct format, or represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
|
2443 | 2443 | <summary>Converts the string representation of a number to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded.</summary>
|
2444 |
| - <returns> |
2445 |
| - <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns> |
| 2444 | + <returns><see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns> |
2446 | 2445 | <remarks>
|
2447 | 2446 | <format type="text/markdown"><![CDATA[
|
2448 | 2447 |
|
|
2524 | 2523 | <Parameter Name="result" Type="System.Int32" RefType="out" Index="3" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2525 | 2524 | </Parameters>
|
2526 | 2525 | <Docs>
|
2527 |
| - <param name="s">To be added.</param> |
2528 |
| - <param name="style">To be added.</param> |
2529 |
| - <param name="provider">To be added.</param> |
2530 |
| - <param name="result">To be added.</param> |
2531 |
| - <summary>To be added.</summary> |
2532 |
| - <returns>To be added.</returns> |
| 2526 | + <param name="s">A span containing the characters that represent the number to convert. The span is interpreted using the style specified by <paramref name="style" /></param> |
| 2527 | + <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param> |
| 2528 | + <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param> |
| 2529 | + <param name="result">When this method returns, contains the 32-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param> |
| 2530 | + <summary>Converts the span representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded.</summary> |
| 2531 | + <returns><see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns> |
2533 | 2532 | <remarks>To be added.</remarks>
|
2534 | 2533 | </Docs>
|
2535 | 2534 | </Member>
|
|
2581 | 2580 | <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
|
2582 | 2581 | <param name="result">When this method returns, contains the 32-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
|
2583 | 2582 | <summary>Converts the string representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded.</summary>
|
2584 |
| - <returns> |
2585 |
| - <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns> |
| 2583 | + <returns><see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns> |
2586 | 2584 | <remarks>
|
2587 | 2585 | <format type="text/markdown"><![CDATA[
|
2588 | 2586 |
|
|
0 commit comments