|
49 | 49 | <AssemblyVersion>10.0.0.0</AssemblyVersion>
|
50 | 50 | </AssemblyInfo>
|
51 | 51 | <Docs>
|
52 |
| - <summary>Returns a <see langword="Single" /> value that corresponds to the specified object and optional number format information.</summary> |
| 52 | + <summary>Returns a <see cref="T:System.Single" /> value that corresponds to the specified object and optional number format information.</summary> |
53 | 53 | <remarks>
|
54 | 54 | <format type="text/markdown"><![CDATA[
|
55 | 55 |
|
|
93 | 93 | <Parameter Name="Value" Type="System.Object" />
|
94 | 94 | </Parameters>
|
95 | 95 | <Docs>
|
96 |
| - <param name="Value">Required. Object to convert to a <see langword="Single" /> value.</param> |
97 |
| - <summary>Returns a <see langword="Single" /> value that corresponds to the specified object.</summary> |
98 |
| - <returns>The <see langword="Single" /> value corresponding to <paramref name="Value" />.</returns> |
| 96 | + <param name="Value">Required. Object to convert to a <see cref="T:System.Single" /> value.</param> |
| 97 | + <summary>Returns a <see cref="T:System.Single" /> value that corresponds to the specified object.</summary> |
| 98 | + <returns>The <see cref="T:System.Single" /> value corresponding to <paramref name="Value" />.</returns> |
99 | 99 | <remarks>
|
100 | 100 | <format type="text/markdown"><![CDATA[
|
101 | 101 |
|
|
136 | 136 | <Parameter Name="NumberFormat" Type="System.Globalization.NumberFormatInfo" />
|
137 | 137 | </Parameters>
|
138 | 138 | <Docs>
|
139 |
| - <param name="Value">Required. Object to convert to a <see langword="Single" /> value.</param> |
| 139 | + <param name="Value">Required. Object to convert to a <see cref="T:System.Single" /> value.</param> |
140 | 140 | <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>
|
141 |
| - <summary>Returns a <see langword="Single" /> value that corresponds to the specified object.</summary> |
142 |
| - <returns>The <see langword="Single" /> value corresponding to <paramref name="Value" />.</returns> |
| 141 | + <summary>Returns a <see cref="T:System.Single" /> value that corresponds to the specified object.</summary> |
| 142 | + <returns>The <see cref="T:System.Single" /> value corresponding to <paramref name="Value" />.</returns> |
143 | 143 | <remarks>
|
144 | 144 | <format type="text/markdown"><![CDATA[
|
145 | 145 |
|
|
157 | 157 | <AssemblyVersion>10.0.0.0</AssemblyVersion>
|
158 | 158 | </AssemblyInfo>
|
159 | 159 | <Docs>
|
160 |
| - <summary>Returns a <see langword="Single" /> value that corresponds to the specified string and optional number format information.</summary> |
| 160 | + <summary>Returns a <see cref="T:System.Single" /> value that corresponds to the specified string and optional number format information.</summary> |
161 | 161 | <remarks>
|
162 | 162 | <format type="text/markdown"><![CDATA[
|
163 | 163 |
|
|
201 | 201 | <Parameter Name="Value" Type="System.String" />
|
202 | 202 | </Parameters>
|
203 | 203 | <Docs>
|
204 |
| - <param name="Value">Required. String to convert to a <see langword="Single" /> value.</param> |
205 |
| - <summary>Returns a <see langword="Single" /> value that corresponds to the specified string.</summary> |
206 |
| - <returns>The <see langword="Single" /> value that corresponds to <paramref name="Value" />.</returns> |
| 204 | + <param name="Value">Required. String to convert to a <see cref="T:System.Single" /> value.</param> |
| 205 | + <summary>Returns a <see cref="T:System.Single" /> value that corresponds to the specified string.</summary> |
| 206 | + <returns>The <see cref="T:System.Single" /> value that corresponds to <paramref name="Value" />.</returns> |
207 | 207 | <remarks>
|
208 | 208 | <format type="text/markdown"><![CDATA[
|
209 | 209 |
|
|
244 | 244 | <Parameter Name="NumberFormat" Type="System.Globalization.NumberFormatInfo" />
|
245 | 245 | </Parameters>
|
246 | 246 | <Docs>
|
247 |
| - <param name="Value">Required. String to convert to a <see langword="Single" /> value.</param> |
| 247 | + <param name="Value">Required. String to convert to a <see cref="T:System.Single" /> value.</param> |
248 | 248 | <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>
|
249 |
| - <summary>Returns a <see langword="Single" /> value that corresponds to the specified string and number format information.</summary> |
250 |
| - <returns>The <see langword="Single" /> value corresponding to <paramref name="Value" />.</returns> |
| 249 | + <summary>Returns a <see cref="T:System.Single" /> value that corresponds to the specified string and number format information.</summary> |
| 250 | + <returns>The <see cref="T:System.Single" /> value corresponding to <paramref name="Value" />.</returns> |
251 | 251 | <remarks>
|
252 | 252 | <format type="text/markdown"><![CDATA[
|
253 | 253 |
|
|
0 commit comments