OracleString.Length 属性

定义

获取存储在此 OracleString 结构中的字符串的长度。

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

属性值

所存储的字符串的长度。

适用于