Overload | Description |
---|---|
NotEmpty(String) | Verfies that the string is not null and not empty and returns the string. throws ArgumentNullException, ArgumentOutOfRangeException |
NotEmpty(Guid) | Verfies that the Guid is not empty. throws ArgumentOutOfRangeException |
NotEmpty<T>(T) | Verfies that the collection is not null and not empty and returns the collection. throws ArgumentNullException, ArgumentOutOfRangeException |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7