GetInt

public int GetInt(int defaultValue) ;

Int型の値を取得する。

パラメーター名 説明
defaultValue デフォルトの値。パラメータがない場合に返される。

パラメータの値。パラメータがない場合はdefaultValueを返す。