Intersoft WebInput Documentation
PlaceHolder Constructor(String,Char,Boolean,Boolean)
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > PlaceHolder Class > PlaceHolder Constructor : PlaceHolder Constructor(String,Char,Boolean,Boolean)






rePattern
placeHolder
optional
caseSensitive

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal rePattern As System.String, _
   ByVal placeHolder As System.Char, _
   ByVal optional As System.Boolean, _
   ByVal caseSensitive As System.Boolean _
)
Visual Basic (Usage)Copy Code
Dim rePattern As System.String
Dim placeHolder As System.Char
Dim optional As System.Boolean
Dim caseSensitive As System.Boolean
 
Dim instance As New PlaceHolder(rePattern, placeHolder, optional, caseSensitive)
C# 
public PlaceHolder( 
   System.string rePattern,
   System.char placeHolder,
   System.bool optional,
   System.bool caseSensitive
)
Delphi 
public PlaceHolder( 
    rePattern: System.String;
    placeHolder: System.Char;
    optional: System.Boolean;
    caseSensitive: System.Boolean
); 
JScript 
public function PlaceHolder( 
   rePattern : System.String,
   placeHolder : System.char,
   optional : System.boolean,
   caseSensitive : System.boolean
);
Managed Extensions for C++ 
public: PlaceHolder( 
   System.string* rePattern,
   System.char placeHolder,
   System.bool optional,
   System.bool caseSensitive
)
C++/CLI 
public:
PlaceHolder( 
   System.String^ rePattern,
   System.char placeHolder,
   System.bool optional,
   System.bool caseSensitive
)

Parameters

rePattern
placeHolder
optional
caseSensitive

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

© 2013 Intersoft Solutions Corp. All Rights Reserved.