|
1214 | 1214 | <Parameter Name="provider" Type="System.IFormatProvider" />
|
1215 | 1215 | </Parameters>
|
1216 | 1216 | <Docs>
|
1217 |
| - <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param> |
1218 |
| - <param name="charsWritten">When this method returns, the number of characters that were written in destination.</param> |
1219 |
| - <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for destination.</param> |
1220 |
| - <param name="provider">An optional object that supplies culture-specific formatting information for destination.</param> |
| 1217 | + <param name="destination">The span in which to write this instance's value formatted as a span of characters.</param> |
| 1218 | + <param name="charsWritten">When this method returns, contains the number of characters that were written in <paramref name="destination" />.</param> |
| 1219 | + <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param> |
| 1220 | + <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param> |
1221 | 1221 | <summary>Tries to format the value of the current <see cref="T:System.DateOnly" /> instance into the provided span of characters.</summary>
|
1222 | 1222 | <returns>
|
1223 | 1223 | <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
|
|
1248 | 1248 | <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
|
1249 | 1249 | <summary>Converts the specified span representation of a date to its <see cref="T:System.DateOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
|
1250 | 1250 | <returns>
|
1251 |
| - <see langword="true" /> if the s parameter was converted successfully; otherwise, <see langword="false" />.</returns> |
| 1251 | + <see langword="true" /> if the conversion was successful; otherwise, <see langword="false" />.</returns> |
1252 | 1252 | <remarks>To be added.</remarks>
|
1253 | 1253 | </Docs>
|
1254 | 1254 | </Member>
|
|
1283 | 1283 | <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
|
1284 | 1284 | <summary>Converts the specified string representation of a date to its <see cref="T:System.DateOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
|
1285 | 1285 | <returns>
|
1286 |
| - <see langword="true" /> if the s parameter was converted successfully; otherwise, <see langword="false" />.</returns> |
| 1286 | + <see langword="true" /> if the conversion was successful; otherwise, <see langword="false" />.</returns> |
1287 | 1287 | <remarks>To be added.</remarks>
|
1288 | 1288 | </Docs>
|
1289 | 1289 | </Member>
|
|
1315 | 1315 | <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
|
1316 | 1316 | <summary>Converts the specified span representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified array of formats, culture-specific format information, and style. And returns a value that indicates whether the conversion succeeded.</summary>
|
1317 | 1317 | <returns>
|
1318 |
| - <see langword="true" /> if the s parameter was converted successfully; otherwise, <see langword="false" />.</returns> |
| 1318 | + <see langword="true" /> if the conversion was successful; otherwise, <see langword="false" />.</returns> |
1319 | 1319 | <remarks>To be added.</remarks>
|
1320 | 1320 | </Docs>
|
1321 | 1321 | </Member>
|
|
1354 | 1354 | <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
|
1355 | 1355 | <summary>Converts the specified string representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified array of formats, culture-specific format information, and style. And returns a value that indicates whether the conversion succeeded.</summary>
|
1356 | 1356 | <returns>
|
1357 |
| - <see langword="true" /> if the s parameter was converted successfully; otherwise, <see langword="false" />.</returns> |
| 1357 | + <see langword="true" /> if the conversion was successful; otherwise, <see langword="false" />.</returns> |
1358 | 1358 | <remarks>To be added.</remarks>
|
1359 | 1359 | </Docs>
|
1360 | 1360 | </Member>
|
|
0 commit comments