Cast

public static object Cast(object obj, Type type, bool ignoreThrowException) ;

オブジェクトをキャストする。

パラメーター名 説明
obj キャストするオブジェクト
type キャストする型
ignoreThrowException 例外を無視するフラグ

キャストされた値