1 reference to Argument_CannotParsePrecision
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Buffers\StandardFormat.cs (1)
116return throws ? throw new FormatException(SR.Format(SR.Argument_CannotParsePrecision, MaxPrecision)) : false;