if i have a method that needs a `String` but after...
# announcements
j
if i have a method that needs a
String
but after some null checking with the
?
that seems to return a
String?
so should I call
ToString()
to convert it?