StringBuilder
cs.system.text.StringBuilder (extern final class)
Implements: cs.system.runtime.serialization.ISerializable
Instance Members
Length: Int
Capacity: Int
MaxCapacity: Int
ToString(): String
Returns |
---|
String |
Name | Type |
---|---|
capacity |
Int |
Returns |
---|
Int |
Remove(startIndex: Int, length: Int): StringBuilder
Name | Type |
---|---|
startIndex |
Int |
length |
Int |
Returns |
---|
StringBuilder |
Replace(oldChar: cs.types.Char16, newChar: cs.types.Char16): StringBuilder
Name | Type |
---|---|
oldChar |
cs.types.Char16 |
newChar |
cs.types.Char16 |
Returns |
---|
StringBuilder |
Append(value: cs.NativeArray<cs.types.Char16>): StringBuilder
Name | Type |
---|---|
value |
cs.NativeArray<cs.types.Char16> |
Returns |
---|
StringBuilder |
AppendLine(): StringBuilder
Returns |
---|
StringBuilder |
AppendFormat(format: String, args: cs.NativeArray<Dynamic>): StringBuilder
Name | Type |
---|---|
format |
String |
args |
cs.NativeArray<Dynamic> |
Returns |
---|
StringBuilder |
Insert(index: Int, value: cs.NativeArray<cs.types.Char16>): StringBuilder
Name | Type |
---|---|
index |
Int |
value |
cs.NativeArray<cs.types.Char16> |
Returns |
---|
StringBuilder |
CopyTo(sourceIndex: Int, destination: cs.NativeArray<cs.types.Char16>, destinationIndex: Int, count: Int): Void
Name | Type |
---|---|
sourceIndex |
Int |
destination |
cs.NativeArray<cs.types.Char16> |
destinationIndex |
Int |
count |
Int |
Name | Type |
---|---|
value |
String |
startIndex |
Int |
length |
Int |
capacity |
Int |
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:libType |
- |
:csNative |
- |