WildcardToSqlLike Method
See Also 
SourceCode.Text.RegularExpressions Namespace > Wildcard Class : WildcardToSqlLike Method



pattern
options

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function WildcardToSqlLike( _
   ByVal pattern As String, _
   ByVal options As WildcardOptions _
) As String
Visual Basic (Usage) Copy Code
Dim pattern As String
Dim options As WildcardOptions
Dim value As String
 
value = Wildcard.WildcardToSqlLike(pattern, options)
C#  
public static string WildcardToSqlLike( 
   string pattern,
   WildcardOptions options
)
C++/CLI  
public:
static String^ WildcardToSqlLike( 
   String^ pattern,
   WildcardOptions options
) 

Parameters

pattern
options

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also