1 override of ToInt64
System.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
429public override long ToInt64(bool value) {return (long) ChangeType((object) value, Int64Type, null); }
1 reference to ToInt64
System.Xml (1)
System\Xml\Schema\XmlAtomicValue.cs (1)
280case TypeCode.Boolean: return valueConverter.ToInt64(this.unionVal.boolVal);