Converter for OpenTAP arbitrary precision number types.
More...
|
| override bool | CanConvertFrom (ITypeDescriptorContext context, Type sourceType) |
| | returns true if it can convert from
|
| |
| override object | ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value) |
| | Converts from an object to a number.
|
| |
| override object | ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) |
| | Converts to a number.
|
| |
Converter for OpenTAP arbitrary precision number types.
◆ CanConvertFrom()
| override bool OpenTap.BigFloatConverter.CanConvertFrom |
( |
ITypeDescriptorContext | context, |
|
|
Type | sourceType ) |
|
inline |
returns true if it can convert from
- Parameters
-
- Returns
◆ ConvertFrom()
| override object OpenTap.BigFloatConverter.ConvertFrom |
( |
ITypeDescriptorContext | context, |
|
|
CultureInfo | culture, |
|
|
object | value ) |
|
inline |
Converts from an object to a number.
- Parameters
-
- Returns
◆ ConvertTo()
| override object OpenTap.BigFloatConverter.ConvertTo |
( |
ITypeDescriptorContext | context, |
|
|
CultureInfo | culture, |
|
|
object | value, |
|
|
Type | destinationType ) |
|
inline |
Converts to a number.
- Parameters
-
| context | |
| culture | |
| value | |
| destinationType | |
- Returns