1 override of ValueType
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
435
public override Type
ValueType
{ get { return typeof(string); }}
9 references to ValueType
System.Xml (9)
System\Xml\Core\XsdValidatingReader.cs (3)
357
return xmlSchemaInfo.SchemaType.Datatype.
ValueType
;
363
return AttributeSchemaInfo.SchemaType.Datatype.
ValueType
;
2138
typedValue = xmlType.ValueConverter.ChangeType(typedValue, xmlType.Datatype.
ValueType
, thisNSResolver);
System\Xml\Schema\XmlAtomicValue.cs (1)
176
get { return this.xmlType.Datatype.
ValueType
; }
System\Xml\Schema\XmlValueConverter.cs (1)
294
this.clrTypeDefault = schemaType.Datatype.
ValueType
;
System\Xml\XPath\XPathNavigator.cs (4)
83
return schemaType.ValueConverter.ChangeType(Value, datatype.
ValueType
, this);
92
return schemaType.ValueConverter.ChangeType(datatype.ParseValue(Value, NameTable, this), datatype.
ValueType
, this);
144
return datatype.
ValueType
;
153
return datatype.
ValueType
;