= is for assignment== is for comparisonbool, no need to convert anythingglobalvar 
Convert and it's not really used anymoreToString() method defined on it, and to go the other way they have static parsing methods definedUserService singleton that stores the data about the user
UserService class in two different places, do _userService.Foo = 69; in one place, and getting _userService.Foo; would return 69 in the other/close ===boolglobalvarConvertToString()UserServiceUserService_userService.Foo = 69;_userService.Foo;69