Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Append() [5/7]

void System.Net.Mail.BufferBuilder.Append ( string value,
bool allowUnicode )
inlinepackage

Definition at line 56 of file BufferBuilder.cs.

57 {
58 if (!string.IsNullOrEmpty(value))
59 {
60 Append(value, 0, value.Length, allowUnicode);
61 }
62 }

References System.Net.Mail.BufferBuilder.Append(), and System.value.