CanConvertTo Method

Determines whether conversion to the given IntParameterType is possible for the value held by this parameter.

Type: IntParameter

Namespace: XJTAG.Integration.XJRunner

Syntax

public bool CanConvertTo(IntParameterType type)

Parameters

type

Type: IntParameter.IntParameterType

The type to check conversion to.

Return Value

bool

True if the value held in this parameter could be converted to the given type; false if it could not be.