|
50 | 50 | <AssemblyVersion>10.0.0.0</AssemblyVersion>
|
51 | 51 | </AssemblyInfo>
|
52 | 52 | <Docs>
|
53 |
| - <summary>Returns a <see langword="Double" /> value that corresponds to the specified object and optional number format information.</summary> |
| 53 | + <summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified object and optional number format information.</summary> |
54 | 54 | <remarks>
|
55 | 55 | <format type="text/markdown"><![CDATA[
|
56 | 56 |
|
|
95 | 95 | <Parameter Name="Value" Type="System.Object" />
|
96 | 96 | </Parameters>
|
97 | 97 | <Docs>
|
98 |
| - <param name="Value">Required. Object to convert to a <see langword="Double" /> value.</param> |
99 |
| - <summary>Returns a <see langword="Double" /> value that corresponds to the specified object.</summary> |
100 |
| - <returns>The <see langword="Double" /> value corresponding to <paramref name="Value" />.</returns> |
| 98 | + <param name="Value">Required. Object to convert to a <see cref="T:System.Double" /> value.</param> |
| 99 | + <summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified object.</summary> |
| 100 | + <returns>The <see cref="T:System.Double" /> value corresponding to <paramref name="Value" />.</returns> |
101 | 101 | <remarks>
|
102 | 102 | <format type="text/markdown"><![CDATA[
|
103 | 103 |
|
|
139 | 139 | <Parameter Name="NumberFormat" Type="System.Globalization.NumberFormatInfo" />
|
140 | 140 | </Parameters>
|
141 | 141 | <Docs>
|
142 |
| - <param name="Value">Required. Object to convert to a <see langword="Double" /> value.</param> |
| 142 | + <param name="Value">Required. Object to convert to a <see cref="T:System.Double" /> value.</param> |
143 | 143 | <param name="NumberFormat">A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.</param>
|
144 |
| - <summary>Returns a <see langword="Double" /> value that corresponds to the specified object.</summary> |
145 |
| - <returns>The <see langword="Double" /> value corresponding to <paramref name="Value" />.</returns> |
| 144 | + <summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified object.</summary> |
| 145 | + <returns>The <see cref="T:System.Double" /> value corresponding to <paramref name="Value" />.</returns> |
146 | 146 | <remarks>
|
147 | 147 | <format type="text/markdown"><![CDATA[
|
148 | 148 |
|
|
160 | 160 | <AssemblyVersion>10.0.0.0</AssemblyVersion>
|
161 | 161 | </AssemblyInfo>
|
162 | 162 | <Docs>
|
163 |
| - <summary>Returns a <see langword="Double" /> value that corresponds to the specified string and optional number format information.</summary> |
| 163 | + <summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified string and optional number format information.</summary> |
164 | 164 | <remarks>
|
165 | 165 | <format type="text/markdown"><![CDATA[
|
166 | 166 |
|
|
205 | 205 | <Parameter Name="Value" Type="System.String" />
|
206 | 206 | </Parameters>
|
207 | 207 | <Docs>
|
208 |
| - <param name="Value">Required. String to convert to a <see langword="Double" /> value.</param> |
209 |
| - <summary>Returns a <see langword="Double" /> value that corresponds to the specified string.</summary> |
210 |
| - <returns>The <see langword="Double" /> value corresponding to <paramref name="Value" />.</returns> |
| 208 | + <param name="Value">Required. String to convert to a <see cref="T:System.Double" /> value.</param> |
| 209 | + <summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified string.</summary> |
| 210 | + <returns>The <see cref="T:System.Double" /> value corresponding to <paramref name="Value" />.</returns> |
211 | 211 | <remarks>
|
212 | 212 | <format type="text/markdown"><![CDATA[
|
213 | 213 |
|
|
249 | 249 | <Parameter Name="NumberFormat" Type="System.Globalization.NumberFormatInfo" />
|
250 | 250 | </Parameters>
|
251 | 251 | <Docs>
|
252 |
| - <param name="Value">Required. String to convert to a <see langword="Double" /> value.</param> |
| 252 | + <param name="Value">Required. String to convert to a <see cref="T:System.Double" /> value.</param> |
253 | 253 | <param name="NumberFormat">A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.</param>
|
254 |
| - <summary>Returns a <see langword="Double" /> value that corresponds to the specified string and number format information.</summary> |
255 |
| - <returns>The <see langword="Double" /> value corresponding to <paramref name="Value" />.</returns> |
| 254 | + <summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified string and number format information.</summary> |
| 255 | + <returns>The <see cref="T:System.Double" /> value corresponding to <paramref name="Value" />.</returns> |
256 | 256 | <remarks>
|
257 | 257 | <format type="text/markdown"><![CDATA[
|
258 | 258 |
|
|
270 | 270 | <AssemblyVersion>10.0.0.0</AssemblyVersion>
|
271 | 271 | </AssemblyInfo>
|
272 | 272 | <Docs>
|
273 |
| - <summary>Returns a <see langword="Double" /> value that corresponds to the specified string and optional number format information.</summary> |
| 273 | + <summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified string and optional number format information.</summary> |
274 | 274 | <remarks>
|
275 | 275 | <format type="text/markdown"><![CDATA[
|
276 | 276 |
|
|
315 | 315 | <Parameter Name="Value" Type="System.String" />
|
316 | 316 | </Parameters>
|
317 | 317 | <Docs>
|
318 |
| - <param name="Value">Required. String to convert to a <see langword="Double" /> value.</param> |
319 |
| - <summary>Returns a <see langword="Double" /> value that corresponds to the specified string.</summary> |
320 |
| - <returns>The <see langword="Double" /> value corresponding to <paramref name="Value" />.</returns> |
| 318 | + <param name="Value">Required. String to convert to a <see cref="T:System.Double" /> value.</param> |
| 319 | + <summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified string.</summary> |
| 320 | + <returns>The <see cref="T:System.Double" /> value corresponding to <paramref name="Value" />.</returns> |
321 | 321 | <remarks>
|
322 | 322 | <format type="text/markdown"><![CDATA[
|
323 | 323 |
|
|
359 | 359 | <Parameter Name="NumberFormat" Type="System.Globalization.NumberFormatInfo" />
|
360 | 360 | </Parameters>
|
361 | 361 | <Docs>
|
362 |
| - <param name="Value">Required. String to convert to a <see langword="Double" /> value.</param> |
| 362 | + <param name="Value">Required. String to convert to a <see cref="T:System.Double" /> value.</param> |
363 | 363 | <param name="NumberFormat">A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.</param>
|
364 |
| - <summary>Returns a <see langword="Double" /> value that corresponds to the specified string and number format information.</summary> |
365 |
| - <returns>The <see langword="Double" /> value corresponding to <paramref name="Value" />.</returns> |
| 364 | + <summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified string and number format information.</summary> |
| 365 | + <returns>The <see cref="T:System.Double" /> value corresponding to <paramref name="Value" />.</returns> |
366 | 366 | <remarks>
|
367 | 367 | <format type="text/markdown"><![CDATA[
|
368 | 368 |
|
|
0 commit comments