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