SolderingNozzleListConverterConvertTo Method
Namespace: PCBI_Physics_SelectiveSoldering.SelectiveSolderLinesAssembly: PCBI_Physics_SelectiveSoldering (in PCBI_Physics_SelectiveSoldering.dll) Version: 17.0.0.0 (17.0.0.0)
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
-
- culture CultureInfo
-
- value Object
-
- destinationType Type
-
Object