Table of Contents

Method IsNullOrWhiteSpace

Namespace
Ubiquity.NET.InteropHelpers
Assembly
Ubiquity.NET.InteropHelpers.dll

IsNullOrWhiteSpace(LazyEncodedString?)

Gets a value indicating if the provided instance is null or all whitespace

public static bool IsNullOrWhiteSpace(LazyEncodedString? self)

Parameters

self LazyEncodedString

instance to check

Returns

bool

true if self is null or all whitespace

Remarks

This might have the performance overhead of converting the native representation to managed in order to perform the test.