MapConvertor.convertsTo

Check whether convertor is able to convert to.

  1. bool convertsTo(TypeInfo to)
  2. bool convertsTo(Object to)
    class MapConvertor(To : ToElement[ToKey], From : FromElement[FromKey], ToElement, ToKey, FromElement, FromKey)
    const
    bool
    convertsTo
    (
    in Object to
    )

Parameters

to Object

type info of component that convertor could potentially convert to.

Return Value

Type: bool

true if it is able to convert to, false otherwise.

Meta