Codeunit DotNet_StringBuilder
ID 3014
Namespace: System.Text
Methods
InitStringBuilder
procedure InitStringBuilder(Value: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| Value | Text |
Append
procedure Append(Value: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| Value | Text |
AppendFormat
procedure AppendFormat(Format: Text, Value: Variant)
Parameters
| Name | Type | Description |
|---|---|---|
| Format | Text | |
| Value | Variant |
ToString
procedure ToString(): Text
Returns
| Type | Description |
|---|---|
| Text |
AppendLine
procedure AppendLine()