I am trying to check a value of string.
However sometimes the string may contain a null value.
 Boolean checkValue =  segment.CheckStringValue(stringValue)
When this happens then I get the following error nullreferenceexception was unhandled
Is there a way to avoid this from happening?
 
     
    