Documentation Language: Swift

Method

castFromTarget(expression:)

Swift code for converting from the target type to the source string type. By default, the type conversion is just a conversion constructor call.

override func castFromTarget(expression: String) -> String

Parameters

expression

An expression of target type to cast to the source type