Browse by Tags
All Tags »
WTF (
RSS)
Sorry, but there are no more tags available to filter with.
A typical 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
More Posts