IXmlCharacterData.Length Property

Definition

Gets the length of the data, in Unicode characters.

public:
 property unsigned int Length { unsigned int get(); };
uint32_t Length();
public uint Length { get; }
var uInt32 = iXmlCharacterData.length;
Public ReadOnly Property Length As UInteger

Property Value

UInt32

unsigned int

uint32_t

The length of the data, in Unicode characters.

Applies to