XmlText.Length 属性

定义

获取数据的长度(以 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

属性值

UInt32

unsigned int

uint32_t

数据的长度(以 Unicode 字符为单位)。

实现

适用于