Um típico WTF 🙂
Public Sub New(ByVal str As String)
If (str = String.Empty Or str = Nothing Or String.IsNullOrEmpty(str) Or Len(str) = 0) Then
str = “”
End If
Me._str = str
End Sub
Um típico WTF 🙂
Public Sub New(ByVal str As String)
If (str = String.Empty Or str = Nothing Or String.IsNullOrEmpty(str) Or Len(str) = 0) Then
str = “”
End If
Me._str = str
End Sub