3 references to Format_InvalidStringWithValue
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (2)
1092
SR.Format(SR.
Format_InvalidStringWithValue
, Encoding.UTF8.GetString(bytes)) :
1097
errorMessage = SR.Format(SR.
Format_InvalidStringWithValue
, value.ToString());
src\libraries\System.Private.CoreLib\src\System\Version.cs (1)
461
throw new FormatException(SR.Format(SR.
Format_InvalidStringWithValue
, inputString));