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
LazyEncodedStringinstance to check
Returns
Remarks
This might have the performance overhead of converting the native representation to managed in order to perform the test.