Description
Text formed from a selection of strings and specified values.
Snippet
String(Hello, Null, Null, Null);
Properties
Returns: String
Parameters: String, {0}, {1}, {2}
String
Type: String, Default: Hello{0}
Type: Object, Default: Null
The value that will be converted to text and used to replace {0}.{1}
Type: Object, Default: Null
The value that will be converted to text and used to replace {1}.{2}
Type: Object, Default: Null
The value that will be converted to text and used to replace {2}.