Implemented interface member:
method
ToString
System.IFormattable.ToString(System.String, System.IFormatProvider)
4 references to ToString
System.Core (2)
System\Security\Cryptography\Rfc4050KeyFormatter.cs (2)
340writer.WriteAttributeString(ValueAttribute, x.ToString("R", CultureInfo.InvariantCulture)); 345writer.WriteAttributeString(ValueAttribute, y.ToString("R", CultureInfo.InvariantCulture));
System.Data (2)
fx\src\data\System\Data\Common\BigIntegerStorage.cs (2)
75if (type == typeof(string)) { return value.ToString("D", formatProvider); } 142return ((BigInteger)value).ToString("D", System.Globalization.CultureInfo.InvariantCulture);