Method IsNullOrEmpty
- Namespace
- Ubiquity.NET.InteropHelpers
- Assembly
- Ubiquity.NET.InteropHelpers.dll
IsNullOrEmpty(LazyEncodedString?)
Tests if the given LazyEncodedString is null or Empty
public static bool IsNullOrEmpty(LazyEncodedString? self)
Parameters
self
LazyEncodedStringstring to test
Returns
Remarks
This test does NOT have the side effect of performing any conversions. Testing for null or empty is viable on either form directly as-is.