'宣言 Public Overloads Shared Function GetInt( _ ByVal value As System.Object _ ) As System.Integer
public static System.int GetInt( System.object value )
パラメータ
- value
- The object to convert.
戻り値の型
The converted value, or 0 if the object could not be converted.