Enum CoalesceOptions
Options for the Coalesce(String, CoalesceOptions, String) extension method.
Namespace: Mozzarella
Assembly: cs.temp.dll.dll
Syntax
[Flags]
public enum CoalesceOptions
Fields
Name | Description |
---|---|
None | No special options. Null or empty string will be 'coalesced'. |
WhiteSpaceAsEmpty | Strings that contain only whitespace will be 'coalesced' in addition to those that are null or empty. |