Indicates whether the specified value is null or an Empty.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- value
- Type: Nemiro.OAuth AccessToken
The AccessToken instance to test.
Return Value
Type: Booleantrue if the value parameter is null or IsEmpty is false; otherwise, false.
See Also