Core Function String
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> String( <expression> ) </pre> === Description === Returns the String representation of an expression === Parameters === ==== Expression ==== An expression to convert. ...") |
(→Return Value) |
||
Line 17: | Line 17: | ||
Success: Returns the string. | Success: Returns the string. | ||
− | Failure: Returns | + | Failure: Returns empty string. |
=== Remarks === | === Remarks === |
Revision as of 11:02, 29 August 2013
String( <expression> )
Contents |
Description
Returns the String representation of an expression
Parameters
Expression
An expression to convert.
Return Value
Success: Returns the string.
Failure: Returns empty string.
Remarks
Example
$newString = String( $Value );