StrLength() public method

public StrLength ( QilNode child ) : QilUnary
child QilNode
return QilUnary
 //-----------------------------------------------
 // string operators
 //-----------------------------------------------
 public QilNode StrLength(QilNode str)
 {
     return(_f.StrLength(str));
 }