Table of Contents

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 LazyEncodedString

string to test

Returns

bool

true if self is null or Empty

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.