The ToString function converts an expression to a string value.
Syntax
|
The ToString function converts an expression to a string value. |
|
ToString(expression) |
|
Arguments: |
|
|
expression |
Expression - The expression to convert. |
Remarks
- Example: ToString(42) returns "42".
Comments
0 comments
Article is closed for comments.