Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal rePattern As System.String, _ ByVal placeHolder As System.Char, _ ByVal rePatternUpCase As System.String, _ ByVal rePatternLowerCase As System.String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim rePattern As System.String Dim placeHolder As System.Char Dim rePatternUpCase As System.String Dim rePatternLowerCase As System.String Dim instance As New PlaceHolder(rePattern, placeHolder, rePatternUpCase, rePatternLowerCase) |
C# | |
---|---|
public PlaceHolder( System.string rePattern, System.char placeHolder, System.string rePatternUpCase, System.string rePatternLowerCase ) |
Delphi | |
---|---|
public PlaceHolder( rePattern: System.String; placeHolder: System.Char; rePatternUpCase: System.String; rePatternLowerCase: System.String ); |
JScript | |
---|---|
public function PlaceHolder( rePattern : System.String, placeHolder : System.char, rePatternUpCase : System.String, rePatternLowerCase : System.String ); |
Managed Extensions for C++ | |
---|---|
public: PlaceHolder( System.string* rePattern, System.char placeHolder, System.string* rePatternUpCase, System.string* rePatternLowerCase ) |
C++/CLI | |
---|---|
public: PlaceHolder( System.String^ rePattern, System.char placeHolder, System.String^ rePatternUpCase, System.String^ rePatternLowerCase ) |
Parameters
- rePattern
- placeHolder
- rePatternUpCase
- rePatternLowerCase
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