Share via


TypedXmlDocument.GetNullableByte(String) Method

Definition

Important

This API is not CLS-compliant.

public:
 virtual Nullable<System::Byte> GetNullableByte(System::String ^ xpath);
[System.CLSCompliant(false)]
public virtual Nullable<byte> GetNullableByte (string xpath);
abstract member GetNullableByte : string -> Nullable<byte>
override this.GetNullableByte : string -> Nullable<byte>
Public Overridable Function GetNullableByte (xpath As String) As Nullable(Of Byte)

Parameters

xpath
String

Returns

Attributes

Applies to