public static StringBuilder AppendIfNotNullOrEmpty(
this StringBuilder me,
string? value
)
Dim me As StringBuilder
Dim value As String
Dim returnValue As StringBuilder
returnValue = me.AppendIfNotNullOrEmpty(value)
public:
[ExtensionAttribute]
static StringBuilder^ AppendIfNotNullOrEmpty(
StringBuilder^ me,
String^ value
)
No code example is currently available or this language may not be supported.