Method | Description | |
---|---|---|
GetBoolean ( this value, bool throwExceptionOnError = true ) : bool | ||
GetDecimal ( this value, bool throwExceptionOnError = true ) : decimal | ||
GetInteger ( this value, bool throwExceptionOnError = true ) : int |
public static GetBoolean ( this value, bool throwExceptionOnError = true ) : bool | ||
value | this | |
throwExceptionOnError | bool | |
return | bool |
public static GetDecimal ( this value, bool throwExceptionOnError = true ) : decimal | ||
value | this | |
throwExceptionOnError | bool | |
return | decimal |
public static GetInteger ( this value, bool throwExceptionOnError = true ) : int | ||
value | this | |
throwExceptionOnError | bool | |
return | int |