Documentation Language: Swift

Method

castToTarget(from:)

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

override func castToTarget(from expression: String) -> String

Parameters

expression

An expression of source type to cast to the target type