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