Create(String) Method
See Also 
SourceCode.Text.RegularExpressions Namespace > Wildcard Class > Create Method : Create(String) Method



pattern

Glossary Item Box

Syntax

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

Parameters

pattern

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