StringHelperAppendWithSpaceIfNotEmpty Method |
| Name | Description | |
|---|---|---|
| AppendWithSpaceIfNotEmpty(String, String) |
Appends toAdd (with a separating space) to contents, if toAdd is not empty.
| |
| AppendWithSpaceIfNotEmpty(StringBuilder, String) |
Appends toAdd (with a separating space) to stringBuilder, if toAdd is not empty.
|