Share via


StringObject.length 属性

定义

获取字符串中的字符数。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property int length { int get(); };
public int length { get; }
member this.length : int
Public ReadOnly Property length As Integer

属性值

字符串中的字符数。

适用于

另请参阅