How to check if a StringBuilder is empty?

Viewed 86682

I want to test if the StringBuilder is empty but there is no IsEmpty method or property.

How does one determine this?

3 Answers
Related