IecBinarySizeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method
Converts the given value object to the specified type, using the specified context and culture information.
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.1.0+e86ae44c345422a1011f7fa7b6b715bf3d1a34ce
public override Object? ConvertTo(
ITypeDescriptorContext? context,
CultureInfo? culture,
Object? value,
Type destinationType
)
Public Overrides Function ConvertTo (
context As ITypeDescriptorContext,
culture As CultureInfo,
value As Object,
destinationType As Type
) As Object
public:
virtual Object^ ConvertTo(
ITypeDescriptorContext^ context,
CultureInfo^ culture,
Object^ value,
Type^ destinationType
) override
abstract ConvertTo :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object *
destinationType : Type -> Object
override ConvertTo :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object *
destinationType : Type -> Object
- context ITypeDescriptorContext
- An ITypeDescriptorContext that provides a format context.
- culture CultureInfo
- A CultureInfo. If is passed, the current culture is assumed.
- value Object
- The Object to convert.
- destinationType Type
- The Type to convert the value parameter to.
ObjectAn
Object that represents the converted value.