Windward Studios API Reference
getOpCodeText(OPERATION[]) Method
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > FilterCondition.Condition Class > getOpCodeText Method : getOpCodeText(OPERATION[]) Method




opCodes
Op codes we need strings for.

Glossary Item Box

Get the text strings to match the opcode list.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function getOpCodeText( _
   ByVal opCodes() As FilterCondition.Condition.OPERATION _
) As String()
Visual Basic (Usage)Copy Code
Dim opCodes() As FilterCondition.Condition.OPERATION
Dim value() As String
 
value = FilterCondition.Condition.getOpCodeText(opCodes)
C# 
public static string[] getOpCodeText( 
   FilterCondition.Condition.OPERATION[] opCodes
)
Managed Extensions for C++ 
public: static string*[]* getOpCodeText( 
   FilterCondition.Condition.OPERATION[]* opCodes
) 
C++/CLI 
public:
static array<String^>^ getOpCodeText( 
   array<FilterCondition.Condition.OPERATION>^ opCodes
) 

Parameters

opCodes
Op codes we need strings for.

Return Value

Matching strings.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software