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)
340
writer.WriteAttributeString(ValueAttribute, x.
ToString
("R", CultureInfo.InvariantCulture));
345
writer.WriteAttributeString(ValueAttribute, y.
ToString
("R", CultureInfo.InvariantCulture));
System.Data (2)
fx\src\data\System\Data\Common\BigIntegerStorage.cs (2)
75
if (type == typeof(string)) { return value.
ToString
("D", formatProvider); }
142
return ((BigInteger)value).
ToString
("D", System.Globalization.CultureInfo.InvariantCulture);