Share via


XmlText.Length Propiedad

Definición

Obtiene la longitud de los datos, en caracteres Unicode.

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

Valor de propiedad

UInt32

unsigned int

uint32_t

Longitud de los datos, en caracteres Unicode.

Implementaciones

Se aplica a