1 override of ToString
System.Private.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
373public override string ToString(bool value) { return (string)ChangeType((object)value, StringType, null); }
1 reference to ToString
System.Private.Xml (1)
System\Xml\Schema\XmlAtomicValue.cs (1)
387case TypeCode.Boolean: return valueConverter.ToString(_unionVal.boolVal);