指定されたインデックスの文字列を取得します。
値を文字列に変換できない場合はを返します。
シンタックス
'宣言
Public Shared Function GetString( _
ByVal As IPdfArray, _
ByVal As System.Integer, _
ByVal As System.String _
) As System.String
public static System.string GetString(
IPdfArray ,
System.int ,
System.string
)
パラメータ
- array
- 現在の配列。
- index
- 返す文字列のインデックス。
- defValue
- デフォルト値。
戻り値の型
指定されたインデックスの値。
参照