Base:
property
ValueType
System.Xml.XPath.XPathItem.ValueType
6 references to ValueType
System.Xml (6)
System\Xml\Schema\XmlAtomicValue.cs (6)
185case TypeCode.Boolean: return valueConverter.ChangeType(this.unionVal.boolVal, ValueType); 186case TypeCode.Int32: return valueConverter.ChangeType(this.unionVal.i32Val, ValueType); 187case TypeCode.Int64: return valueConverter.ChangeType(this.unionVal.i64Val, ValueType); 188case TypeCode.Double: return valueConverter.ChangeType(this.unionVal.dblVal, ValueType); 189case TypeCode.DateTime: return valueConverter.ChangeType(this.unionVal.dtVal, ValueType); 193return valueConverter.ChangeType(this.objVal, ValueType, this.nsPrefix);