ActiveReports 12
StrLike Method (StringType)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace > StringType Class : StrLike Method
Syntax
'Declaration
 
Public Shared Function StrLike( _
   ByVal source As String, _
   ByVal pattern As String, _
   ByVal compareOption As CompareMethod _
) As Boolean
public static bool StrLike( 
   string source,
   string pattern,
   CompareMethod compareOption
)

Parameters

source
pattern
compareOption
See Also

Reference

StringType Class
StringType Members