Method
castFromTarget(expression:)
Swift code for converting from the target type without cast.
func castFromTarget(expression: String) -> String
Parameters
expression-
An expression of target type to cast to the source type
Method
Swift code for converting from the target type without cast.
func castFromTarget(expression: String) -> String
expressionAn expression of target type to cast to the source type