OracleString.Length プロパティ

定義

この OracleString 構造体に格納されている文字列の長さを取得します。

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

プロパティ値

Int32

格納されている文字列の長さ。

適用対象