SpreadJS Documentation
toString Method
The value to convert to string type.
Converts the specified value to a string representation.
Syntax
var returnValue; // Type: number
returnValue = GcSpread.Sheets.FormatConverter.toString(value);
function toString( 
   value : Object
) : number;

Parameters

value
The value to convert to string type.

Return Value

The converted string.
See Also

Reference

FormatConverter type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.