- Append
StringBuilder Append(char s)
Undocumented in source. Be warned that the author may not have intended to support it.
- Append
StringBuilder Append(bool s)
Undocumented in source. Be warned that the author may not have intended to support it.
- Append
StringBuilder Append(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- Append
StringBuilder Append(float f)
Undocumented in source. Be warned that the author may not have intended to support it.
- Append
StringBuilder Append(const(char)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
- Append
StringBuilder Append(const(char)[] s, int start, int end)
Undocumented in source. Be warned that the author may not have intended to support it.
- Append
StringBuilder Append(byte[] str, int offset, int len)
Warning: It's different from the previous one.
- Append
StringBuilder Append(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- CharAt
char CharAt(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- Clear
void Clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- DeleteCharAt
StringBuilder DeleteCharAt(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- Insert
StringBuilder Insert(int index, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- Insert
StringBuilder Insert(int index, long data)
Undocumented in source. Be warned that the author may not have intended to support it.
- LastIndexOf
int LastIndexOf(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- Length
int Length()
Undocumented in source. Be warned that the author may not have intended to support it.
- Replace
StringBuilder Replace(int start, int end, string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- Reset
void Reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- SetCharAt
StringBuilder SetCharAt(int index, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetLength
void SetLength(int newLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.