Base:
method
ToString
System.ValueType.ToString()
2 references to ToString
System.Xml (2)
System\Xml\Schema\XsdDuration.cs (1)
261
throw new OverflowException(Res.GetString(Res.XmlConvert_Overflow,
ToString
(), "Duration"));
System\Xml\XmlConvert.cs (1)
747
return new XsdDuration(value).
ToString
();