SyntaxFix
Write A Post
Hire A Developer
Questions
extension String { func floatValue() -> Float? { return Float(self) } }