Implemented interface member:
2 references to ToString
System.Data.Common (2)
System\Data\Common\BigIntegerStorage.cs (2)
79
if (type == typeof(string)) { return value.
ToString
("D", formatProvider); }
159
return ((BigInteger)value).
ToString
("D", System.Globalization.CultureInfo.InvariantCulture);