Bifrost icon indicating copy to clipboard operation
Bifrost copied to clipboard

new ConceptAs<string>().ToString() throws NullReferenceException

Open bnordli opened this issue 10 years ago • 0 comments

Maybe a feature, but considering a null reference is almost universally* translated to the empty string, I believe an empty concept (of a reference type) also should be translated to the empty string.

*except of course when calling .ToString() directly on a null reference.

bnordli avatar Nov 06 '14 13:11 bnordli