Base:
method
ToString
System.ValueType.ToString()
1 reference to ToString
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLString.cs (1)
591return x.IsNull ? Null : new SqlString(x.ToString());