Base:
method
ToString
System.ValueType.ToString()
3 references to ToString
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
10074throw SQL.SmallDateTimeOverflow(dt.ToString()); 11017throw SQL.SmallDateTimeOverflow(dt.ToString());
fx\src\data\System\Data\SQLTypes\SQLString.cs (1)
583return x.IsNull ? Null : new SqlString(x.ToString());