←Select platform

AddStringExpression Method

Summary

Adds a string expression to the LTVerex instance.

Syntax
C#
VB
C++
public LTVerex AddStringExpression( 
   LTVerexStringExpression expression, 
   string value 
) 
Public Function AddStringExpression( 
   ByVal expression As LTVerexStringExpression, 
   ByVal value As String 
) As LTVerex 
public:  
   LTVerex^ AddStringExpression( 
      LTVerexStringExpression^ expression, 
      String^ value 
   ) 

Parameters

expression The LTVerexStringExpression value to use.

value

The characters that correspond to the LTVerexStringExpression.

Return Value

Returns the LTVerex instance so that these methods can be chained.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.