StrLength() public method

public StrLength ( QilNode child ) : QilUnary
child QilNode
return QilUnary
Exemplo n.º 1
0
 //-----------------------------------------------
 // string operators
 //-----------------------------------------------
 public QilNode StrLength(QilNode str)
 {
     return(_f.StrLength(str));
 }