指定されたキーに関連付けられた文字列の値を取得します。値が存在しない場合、または文字列に変換できない場合は、 (null の場合もあります) を返します。
シンタックス
'宣言
Public Shared Function GetString( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.String _
) As System.String
public static System.string GetString(
IPdfDict ,
PdfName ,
System.string
)
パラメータ
- dict
- 現在の辞書。
- key
- 値を識別するキー。
- defValue
- デフォルト値。
戻り値の型
指定されたキーに関連付けられた値、または null です。
参照