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
<param name="s">A span containing the characters representing a date and time to convert.</param>
8412
+
<param name="format">The required format of <paramref name="s" />.</param>
8413
+
<param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
8414
+
<param name="style">A bitwise combination of one or more enumeration values that indicate the permitted format of <paramref name="s" />.</param>
8415
+
<param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if either the <paramref name="s" /> or <paramref name="format" /> parameter is <see langword="null" />, is an empty string, or does not contain a date and time that correspond to the pattern specified in <paramref name="format" />. This parameter is passed uninitialized.</param>
8416
+
<summary>Converts the specified span representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
8417
+
<returns><see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
8418
8418
<remarks>To be added.</remarks>
8419
8419
</Docs>
8420
8420
</Member>
@@ -8503,8 +8503,7 @@ The value of the current <xref:System.DateTime> object is formatted using the pa
8503
8503
<param name="style">A bitwise combination of one or more enumeration values that indicate the permitted format of <paramref name="s" />.</param>
8504
8504
<param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if either the <paramref name="s" /> or <paramref name="format" /> parameter is <see langword="null" />, is an empty string, or does not contain a date and time that correspond to the pattern specified in <paramref name="format" />. This parameter is passed uninitialized.</param>
8505
8505
<summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
8506
-
<returns>
8507
-
<see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
8506
+
<returns><see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
8508
8507
<remarks>
8509
8508
<format type="text/markdown"><![CDATA[
8510
8509
@@ -8619,8 +8618,7 @@ The value of the current <xref:System.DateTime> object is formatted using the pa
8619
8618
<param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
8620
8619
<param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> or <paramref name="formats" /> is <see langword="null" />, <paramref name="s" /> or an element of <paramref name="formats" /> is an empty string, or the format of <paramref name="s" /> is not exactly as specified by at least one of the format patterns in <paramref name="formats" />. This parameter is passed uninitialized.</param>
8621
8620
<summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified array of formats, culture-specific format information, and style. The format of the string representation must match at least one of the specified formats exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
8622
-
<returns>
8623
-
<see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
8621
+
<returns><see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
<paramname="input">A character span that contains the representation of a date and time to convert.</param>
5693
+
<paramname="input">A span containing the characters that represent a date and time to convert.</param>
5694
5694
<paramname="format">A format specifier that defines the required format of <paramrefname="input" />.</param>
5695
5695
<paramname="formatProvider">An object that supplies culture-specific formatting information about <paramrefname="input" />.</param>
5696
5696
<paramname="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramrefname="input" />. A typical value to specify is <seecref="F:System.Globalization.DateTimeStyles.None" /></param>
5697
5697
<paramname="result">When the method returns, contains the <seecref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramrefname="input" />, if the conversion succeeded, or <seecref="F:System.DateTimeOffset.MinValue" /> if the conversion failed. The conversion fails if the </param>
5698
5698
<summary>Converts the representation of a date and time in a character span to its <seecref="T:System.DateTimeOffset" /> equivalent using the specified format, culture-specific format information, and style. The format of the date and time representation must match the specified format exactly.</summary>
5699
-
<returns>
5700
-
<seelangword="true" /> if the <paramrefname="input" /> parameter is successfully converted; otherwise, <seelangword="false" />.</returns>
5699
+
<returns><seelangword="true" /> if the <paramrefname="input" /> parameter is successfully converted; otherwise, <seelangword="false" />.</returns>
5701
5700
<remarks>
5702
5701
<formattype="text/markdown"><![CDATA[
5703
5702
@@ -5771,13 +5770,13 @@ The particular date and time symbols and strings used in `input` are defined by
<paramname="input">A span containing the characters that represent a date and time to convert.</param>
5774
+
<paramname="formats">A array of standard or custom format strings that define the acceptable formats of <paramrefname="input" />.</param>
5775
+
<paramname="formatProvider">An object that supplies culture-specific formatting information about <paramrefname="input" />.</param>
5776
+
<paramname="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramrefname="input" />. A typical value to specify is <seecref="F:System.Globalization.DateTimeStyles.None" /></param>
5777
+
<paramname="result">When the method returns, contains the <seecref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramrefname="input" />, if the conversion succeeded, or <seecref="F:System.DateTimeOffset.MinValue" /> if the conversion failed. The conversion fails if the </param>
5778
+
<summary>Converts the representation of a date and time in a character span to its <seecref="T:System.DateTimeOffset" /> equivalent using the specified formats, culture-specific format information, and style. The format of the date and time representation must match one of the specified formats exactly.</summary>
5779
+
<returns><seelangword="true" /> if the <paramrefname="input" /> parameter is successfully converted; otherwise, <seelangword="false" />.</returns>
5781
5780
<remarks>
5782
5781
<formattype="text/markdown"><![CDATA[
5783
5782
@@ -5869,8 +5868,7 @@ This method parses the string representation of a date that matches any one of t
5869
5868
<paramname="styles">A bitwise combination of enumeration values that indicates the permitted format of input. A typical value to specify is <seelangword="None" />.</param>
5870
5869
<paramname="result">When the method returns, contains the <seecref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramrefname="input" />, if the conversion succeeded, or <seecref="F:System.DateTimeOffset.MinValue" />, if the conversion failed. The conversion fails if the <paramrefname="input" /> parameter is <seelangword="null" />, or does not contain a valid string representation of a date and time in the expected format defined by <paramrefname="format" /> and <c>provider</c>. This parameter is passed uninitialized.</param>
5871
5870
<summary>Converts the specified string representation of a date and time to its <seecref="T:System.DateTimeOffset" /> equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly.</summary>
5872
-
<returns>
5873
-
<seelangword="true" /> if the <paramrefname="input" /> parameter is successfully converted; otherwise, <seelangword="false" />.</returns>
5871
+
<returns><seelangword="true" /> if the <paramrefname="input" /> parameter is successfully converted; otherwise, <seelangword="false" />.</returns>
5874
5872
<remarks>
5875
5873
<formattype="text/markdown"><![CDATA[
5876
5874
@@ -5984,8 +5982,7 @@ Strings that do not specify a UTC offset are assumed to have the offset of the l
5984
5982
<paramname="styles">A bitwise combination of enumeration values that indicates the permitted format of input. A typical value to specify is <seelangword="None" />.</param>
5985
5983
<paramname="result">When the method returns, contains the <seecref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramrefname="input" />, if the conversion succeeded, or <seecref="F:System.DateTimeOffset.MinValue" />, if the conversion failed. The conversion fails if the <paramrefname="input" /> does not contain a valid string representation of a date and time, or does not contain the date and time in the expected format defined by <paramrefname="format" />, or if <paramrefname="formats" /> is <seelangword="null" />. This parameter is passed uninitialized.</param>
5986
5984
<summary>Converts the specified string representation of a date and time to its <seecref="T:System.DateTimeOffset" /> equivalent using the specified array of formats, culture-specific format information, and style. The format of the string representation must match one of the specified formats exactly.</summary>
5987
-
<returns>
5988
-
<seelangword="true" /> if the <paramrefname="input" /> parameter is successfully converted; otherwise, <seelangword="false" />.</returns>
5985
+
<returns><seelangword="true" /> if the <paramrefname="input" /> parameter is successfully converted; otherwise, <seelangword="false" />.</returns>
0 commit comments