XmlTextReader.ReadElementContentAsInt Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReadElementContentAsInt() | |
ReadElementContentAsInt(String, String) |
ReadElementContentAsInt()
public override int ReadElementContentAsInt ();
override this.ReadElementContentAsInt : unit -> int
Public Overrides Function ReadElementContentAsInt () As Integer
Returns
Applies to
ReadElementContentAsInt(String, String)
public override int ReadElementContentAsInt (string localName, string namespaceURI);
override this.ReadElementContentAsInt : string * string -> int
Public Overrides Function ReadElementContentAsInt (localName As String, namespaceURI As String) As Integer
Parameters
- localName
- String
- namespaceURI
- String