We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58789f5 commit 790d32fCopy full SHA for 790d32f
QRCoder/PdfByteQRCode.cs
@@ -246,7 +246,7 @@ private static string ColorToPdfRgb(byte[] color)
246
/// </summary>
247
/// <param name="value">The float value to convert.</param>
248
/// <returns>String representation of the float.</returns>
249
- private static string ToStr(float value) => value.ToString("0.######", CultureInfo.InvariantCulture);
+ private static string ToStr(float value) => value.ToString("G7", CultureInfo.InvariantCulture);
250
}
251
252
/// <summary>
0 commit comments