|
2090 | 2090 | </Parameters>
|
2091 | 2091 | <Docs>
|
2092 | 2092 | <param name="ipString">A character span that contains an IP address in dotted-quad notation for IPv4 and in colon-hexadecimal notation for IPv6.</param>
|
2093 |
| - <param name="ipSpan">To be added.</param> |
| 2093 | + <param name="ipSpan">A character span that contains an IP address in dotted-quad notation for IPv4 and in colon-hexadecimal notation for IPv6.</param> |
2094 | 2094 | <summary>Converts an IP address represented as a character span to an <see cref="T:System.Net.IPAddress" /> instance.</summary>
|
2095 | 2095 | <returns>The converted IP address.</returns>
|
2096 | 2096 | <remarks>To be added.</remarks>
|
|
2301 | 2301 | </Parameter>
|
2302 | 2302 | </Parameters>
|
2303 | 2303 | <Docs>
|
2304 |
| - <param name="s">To be added.</param> |
2305 |
| - <param name="provider">To be added.</param> |
2306 |
| - <param name="result">To be added.</param> |
2307 |
| - <summary>To be added.</summary> |
2308 |
| - <returns>To be added.</returns> |
| 2304 | + <param name="s">The string to parse.</param> |
| 2305 | + <param name="provider">An object that provides culture-specific formatting information about <paramref name="s" />.</param> |
| 2306 | + <param name="result">When this method returns, contains the result of successfully parsing <paramref name="s" /> or an undefined value on failure.</param> |
| 2307 | + <summary>Tries to parse a string into an <see cref="T:System.Net.IPAddress" />.</summary> |
| 2308 | + <returns><see langword="true" /> if <paramref name="s" /> was successfully parsed; otherwise, <see langword="false" />.</returns> |
2309 | 2309 | <remarks>To be added.</remarks>
|
2310 | 2310 | </Docs>
|
2311 | 2311 | </Member>
|
|
2422 | 2422 | <Parameter Name="result" Type="System.Net.IPAddress" RefType="out" Index="2" FrameworkAlternate="net-8.0" />
|
2423 | 2423 | </Parameters>
|
2424 | 2424 | <Docs>
|
2425 |
| - <param name="s">To be added.</param> |
2426 |
| - <param name="provider">To be added.</param> |
2427 |
| - <param name="result">To be added.</param> |
2428 |
| - <summary>To be added.</summary> |
2429 |
| - <returns>To be added.</returns> |
| 2425 | + <param name="s">The span of characters to parse.</param> |
| 2426 | + <param name="provider">An object that provides culture-specific formatting information about <paramref name="s" />.</param> |
| 2427 | + <param name="result">When this method returns, contains the result of successfully parsing <paramref name="s" /> or an undefined value on failure.</param> |
| 2428 | + <summary>Tries to parse a span of characters into a value.</summary> |
| 2429 | + <returns><see langword="true" /> if <paramref name="s" /> was successfully parsed; otherwise, <see langword="false" />.</returns> |
2430 | 2430 | <remarks>To be added.</remarks>
|
2431 | 2431 | </Docs>
|
2432 | 2432 | </Member>
|
|
2561 | 2561 | <Parameter Name="bytesWritten" Type="System.Int32" RefType="out" Index="1" FrameworkAlternate="net-8.0" />
|
2562 | 2562 | </Parameters>
|
2563 | 2563 | <Docs>
|
2564 |
| - <param name="utf8Destination">To be added.</param> |
2565 |
| - <param name="bytesWritten">To be added.</param> |
2566 |
| - <summary>To be added.</summary> |
2567 |
| - <returns>To be added.</returns> |
| 2564 | + <param name="utf8Destination">The span into which to write the IP address as a span of UTF-8 bytes.</param> |
| 2565 | + <param name="bytesWritten">>When this method returns, the number of bytes written into the <paramref name="utf8Destination"/>.</param> |
| 2566 | + <summary>Tries to format the current IP address into the provided span.</summary> |
| 2567 | + <returns><see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns> |
2568 | 2568 | <remarks>To be added.</remarks>
|
2569 | 2569 | </Docs>
|
2570 | 2570 | </Member>
|
|
2679 | 2679 | </Parameter>
|
2680 | 2680 | </Parameters>
|
2681 | 2681 | <Docs>
|
2682 |
| - <param name="ipString">The string to validate.</param> |
| 2682 | + <param name="ipString">The string to parse.</param> |
2683 | 2683 | <param name="address">The <see cref="T:System.Net.IPAddress" /> version of the string.</param>
|
2684 | 2684 | <summary>Determines whether a string is a valid IP address.</summary>
|
2685 | 2685 | <returns>
|
|
2775 | 2775 | </Parameter>
|
2776 | 2776 | </Parameters>
|
2777 | 2777 | <Docs>
|
2778 |
| - <param name="ipString">The byte span to validate.</param> |
| 2778 | + <param name="ipString">The byte span to parse.</param> |
| 2779 | + <param name="ipSpan">The byte span to parse.</param> |
2779 | 2780 | <param name="address">When this method returns, the <see cref="T:System.Net.IPAddress" /> version of the byte span.</param>
|
2780 |
| - <param name="ipSpan">To be added.</param> |
2781 |
| - <summary>Determines whether the specified byte span represents a valid IP address.</summary> |
| 2781 | + <summary>Tries to parse a span of characters into a value.</summary> |
2782 | 2782 | <returns>
|
2783 |
| - <see langword="true" /> if <paramref name="ipString" /> was able to be parsed as an IP address; otherwise, <see langword="false" />.</returns> |
| 2783 | + <see langword="true" /> if <paramref name="ipSpan" /> was able to be parsed as an IP address; otherwise, <see langword="false" />.</returns> |
2784 | 2784 | <remarks>To be added.</remarks>
|
2785 | 2785 | </Docs>
|
2786 | 2786 | </Member>
|
|
0 commit comments