Click or drag to resize

StringHelperAppendWithSpaceIfNotEmpty Method

Overload List
  NameDescription
Public methodStatic memberAppendWithSpaceIfNotEmpty(String, String)
Appends toAdd (with a separating space) to contents, if toAdd is not empty.
Public methodStatic memberAppendWithSpaceIfNotEmpty(StringBuilder, String)
Appends toAdd (with a separating space) to stringBuilder, if toAdd is not empty.
Top
See Also