We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
string
1 parent c5f5e5d commit 7f2499fCopy full SHA for 7f2499f
src/FSharp.Core/prim-types.fsi
@@ -4784,7 +4784,7 @@ namespace Microsoft.FSharp.Core
4784
4785
/// <summary>Converts the argument to a string using <c>ToString</c>.</summary>
4786
///
4787
- /// <remarks>For standard integer and floating point values and any type that implements <c>IFormattable</c>
+ /// <remarks>For standard integer and floating point values and any type that implements <c>IFormattable</c>,
4788
/// <c>ToString</c> conversion uses <c>CultureInfo.InvariantCulture</c>. </remarks>
4789
/// <param name="value">The input value.</param>
4790
0 commit comments