TryGetInt

public bool TryGetInt(string name, out int value) ;

Int型の値を取得する。

パラメーター名 説明
name 名前。
value 取得する値。

指定した名前のパラメータがあった場合にtrue。

public bool TryGetInt(int id, out int value) ;

Int型の値を取得する。

パラメーター名 説明
id ID。
value 取得する値。

指定した名前のパラメータがあった場合にtrue。