TypedXmlDocument.GetNullableUInt32(String) Method

Definition

Important

This API is not CLS-compliant.

public:
 virtual Nullable<System::UInt32> GetNullableUInt32(System::String ^ xpath);
[System.CLSCompliant(false)]
public virtual Nullable<uint> GetNullableUInt32 (string xpath);
abstract member GetNullableUInt32 : string -> Nullable<uint32>
override this.GetNullableUInt32 : string -> Nullable<uint32>
Public Overridable Function GetNullableUInt32 (xpath As String) As Nullable(Of UInteger)

Parameters

xpath
String

Returns

Nullable<UInt32>
Attributes

Applies to