Convert "Nothing" to an empty string?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Larry Bud

    Convert "Nothing" to an empty string?

    Using XML serializer, if an XML field is missing, then the value in
    the object is Nothing.

    Is there a slick way of converting a "Nothing" to an empty string
    without doing is

    if x is nothing then...
Working...