File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ public static string ToBase64(
240
240
/// <paramref name="str"/>. Default value is Integer.
241
241
/// </param>
242
242
/// <param name="provider">
243
- /// An object that supplies culture-specific formatting information about <see cref ="str"/>.
243
+ /// An object that supplies culture-specific formatting information about <paramref name ="str"/>.
244
244
/// </param>
245
245
/// <returns>
246
246
/// When this method returns, contains the 32-bit signed integer value equivalent of the number contained in
@@ -271,7 +271,7 @@ public static string ToBase64(
271
271
/// <paramref name="str"/>. Default value is Float.
272
272
/// </param>
273
273
/// <param name="provider">
274
- /// An object that supplies culture-specific formatting information about <see cref ="str"/>.
274
+ /// An object that supplies culture-specific formatting information about <paramref name ="str"/>.
275
275
/// </param>
276
276
/// <returns>
277
277
/// When this method returns, contains the <see cref="double"/> value equivalent of the number contained in
You can’t perform that action at this time.
0 commit comments