Swift Bool ke String

# To convert a string to boolean, we can use the double equals operator == in Python. 
# Here is an example that converts the msg string to Boolean value: 

msg = "Hello" convertB = (msg == "True") print(convertB)
Imaginathan