Base:
property
Value
System.Xml.XmlReader.Value
3 references to Value
System.Runtime.Serialization (3)
System\Xml\XmlMtomReader.cs (3)
1273
binHexStream = new MemoryStream(new BinHexEncoding().GetBytes(this.
Value
));
1324
string str = this.
Value
;
1397
string val = this.
Value
;