###Function###
String

###Description###
Returns the string representation of an expression.

###Syntax###
String ( expression )


###Parameters###
@@ParamTable@@
expression
	An expression to convert into a string.
@@End@@


###ReturnValue###
Returns a string.


###Remarks###
Maximum string length is 2147483647 characters (but keep in mind that no line in an AutoIt script can exceed 4095 characters.)


###Related###
Int, Number, IsString, Chr, BinaryToString, ChrW, HWnd, Ptr, StringToBinary


###Example###
@@IncludeExample@@
