1 override of ValueType
System.Private.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
480
public override Type
ValueType
{ get { return typeof(string); } }
9 references to ValueType
System.Private.Xml (9)
System\Xml\Core\XsdValidatingReader.cs (3)
426
return _xmlSchemaInfo.SchemaType.Datatype.
ValueType
;
435
return AttributeSchemaInfo.SchemaType.Datatype.
ValueType
;
2730
typedValue = xmlType.ValueConverter.ChangeType(typedValue, xmlType.Datatype.
ValueType
, _thisNSResolver);
System\Xml\Schema\XmlAtomicValue.cs (1)
213
get { return _xmlType.Datatype!.
ValueType
; }
System\Xml\Schema\XmlValueConverter.cs (1)
246
_clrTypeDefault = schemaType.Datatype.
ValueType
;
System\Xml\XPath\XPathNavigator.cs (4)
87
return schemaType.ValueConverter.ChangeType(Value, datatype.
ValueType
, this);
99
return schemaType.ValueConverter.ChangeType(datatype.ParseValue(Value, NameTable, this), datatype.
ValueType
, this);
153
return datatype.
ValueType
;
165
return datatype.
ValueType
;