79752810

Date: 2025-09-01 18:23:21
Score: 1
Natty:
Report link

Use

"31.7%".AsSpan(..^1)

// e.g.

Decimal.TryParse("31.7%".AsSpan(..^1), System.Globalization.NumberStyles.Any, null, out var dec)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Baccata