←Select platform

ValueSuggestions Method

Summary

Gets a list of suggestions for the values to use.

Syntax
C#
VB
C++
public List<RegexerSuggestion> ValueSuggestions( 
   string txt 
) 
Public Function ValueSuggestions( 
   ByVal txt As String 
) As List(Of RegexerSuggestion) 
public:  
   List<RegexerSuggestion^>^ ValueSuggestions( 
      String^ txt 
   ) 

Parameters

txt

Given text to deduct from.

Return Value

Values suggestions.

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

Leadtools.Document.Unstructured Assembly

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