Returns a string representation of this Unit.
Namespace: MindFusion.Common
File: Unit.js
SyntaxJavaScript
Copy Code
|
|---|
function toString () |
String. The string representation.
ExampleThe following code converts the width of a listView, which is of type Unit, to string.
JavaScript
Copy Code
|
|---|
| var size = listView.width.toString(); |
See Also