cString: IsNull |
Returns if the string is null.
Public Function IsNull( ByRef s As String ) As Boolean
If the string is null it will return True. An empty string will return false. A null string is equal to StrPtr(s) = 0.
Project VBCorLib Overview Class cString Overview cString Properties cString Methods Insert Join