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