Méthode | Description | |
---|---|---|
Clear ( ) : void |
Clear the result string.
|
|
Concat ( string value ) : void |
Concatenate a new string to the result.
|
|
GetResult ( ) : string |
Get the result string.
|
Méthode | Description | |
---|---|---|
ConcatNoDelimiter ( string s ) : void |
Concatenate a new string to the result without adding a delimiter.
|