Name | Description | |
---|---|---|
IsNotNull | Helps you determine if string is not null | |
IsNotNullOrEmpty | Helps you determine if string is not null | |
IsNull | Helps you determine string is null or not | |
IsNullOrEmpty | Helps you determine string is null or empty |
The following tables list the members exposed by StringExtension.
Name | Description | |
---|---|---|
IsNotNull | Helps you determine if string is not null | |
IsNotNullOrEmpty | Helps you determine if string is not null | |
IsNull | Helps you determine string is null or not | |
IsNullOrEmpty | Helps you determine string is null or empty |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |