Recurity.Swf.AVM1.ActionStringLength.ActionStringLength C# (CSharp) Method

ActionStringLength() public method

Computes the length of a string
public ActionStringLength ( ) : System
return System
        public ActionStringLength()
        {
            _StackOps = new StackChange[ 2 ];
            _StackOps[ 0 ] = new StackPop( AVM1DataTypes.AVM_String );
            _StackOps[ 1 ] = new StackPush( AVM1DataTypes.AVM_String ); // bool
        }
ActionStringLength