XmlTextReader.ReadElementContentAsBoolean Method
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.
public override bool ReadElementContentAsBoolean ();
override this.ReadElementContentAsBoolean : unit -> bool
Public Overrides Function ReadElementContentAsBoolean () As Boolean
Returns
Applies to
public override bool ReadElementContentAsBoolean (string localName, string namespaceURI);
override this.ReadElementContentAsBoolean : string * string -> bool
Public Overrides Function ReadElementContentAsBoolean (localName As String, namespaceURI As String) As Boolean
Parameters
- localName
- String
- namespaceURI
- String