TypedXmlDocument.GetNullableBoolean(String) 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.
Important
This API is not CLS-compliant.
public:
virtual Nullable<bool> GetNullableBoolean(System::String ^ xpath);
[System.CLSCompliant(false)]
public virtual Nullable<bool> GetNullableBoolean (string xpath);
abstract member GetNullableBoolean : string -> Nullable<bool>
override this.GetNullableBoolean : string -> Nullable<bool>
Public Overridable Function GetNullableBoolean (xpath As String) As Nullable(Of Boolean)
Parameters
- xpath
- String
Returns
- Attributes