-
Notifications
You must be signed in to change notification settings - Fork 67
String Type
Jeremie Rossignol edited this page Jul 16, 2015
·
8 revisions
The string data type represents all textual strings. This data type is parsed differently than other data types - the expression syntax is limited to a "search and replace" of special identifiers and function calls.
Methods
Method Signature | Description |
---|---|
string ToUpper()
|
Uppercase version of the string. |
string ToLower()
|
Lowercase version of the string. |
string FirstCap()
|
Returns the string with the first letter capitalized. |
- General Types
- KSP Types
- Contract Configurator Objects
- Other
- Global Functions
Contract Configurator
Configuration File Syntax
Extending Contract Configurator