Helper Classes
Some Atlas helper classes and features mimic the behavior of equivalent .NET Framework classes or features.
Sys.StringBuilder
|
Method |
Description |
|---|---|
|
|
Constructor with initial text for the string |
|
|
Appends a text to the string |
|
|
Appends a text and a newline ( |
|
|
Empties the string |
|
|
Whether the string is empty or not |
|
|
Joins all elements to a string |
Enumerations
|
Method |
Description |
|---|---|
|
|
Returns all values in the enumeration |
|
|
Returns the enumeration value with the given name |
|
|
Returns the given enumeration value as a string |
|
|
Creates an enumeration with the parameters provided to the Method |