The Portrate Interview Engine

RegexValidator.IsValid Method 

[Visual Basic]
Overrides Public Function IsValid( _ 
   ByVal ctx As DataContext, _ 
   ByVal data As String, _ 
   ByRef msg As String _ 
) _
    Implements IDPLValidator.IsValid As Boolean
[C#]
public override bool IsValid(
   DataContext ctx,
   string data,
   ref string msg
);
[C++]
public: bool IsValid(
   DataContext* ctx,
   String* data,
   * String* msg
);
[JScript]
public override function IsValid(
   DataContext ctx,
   String data,
   String msg
): bool;

Implements

IDPLValidator.IsValid

See Also

RegexValidator Class | Portrate.Interview.Model.Validation Namespace