Converts a bool to a string
Device + Agent
String — "true" for true or "false" for false
"true"
true
"false"
false
This method returns the string "true" or "false" depending on the target bool’s value.