OracleString.Length 屬性

定義

取得儲存在這個 OracleString 結構中的字串長度。

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

屬性值

已儲存的字串長度。

適用於