ActiveReports 12
StrLikeText Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace > Strings Class : StrLikeText Method
Compares the parameters Source and Pattern and returns the same results as the Like operator, using text comparison.
Syntax
'Declaration
 
Public Shared Function StrLikeText( _
   ByVal Source As String, _
   ByVal Pattern As String _
) As Boolean
public static bool StrLikeText( 
   string Source,
   string Pattern
)

Parameters

Source
Pattern

Return Value

A Boolean value indicating whether or not the string satisfies the pattern. If the value in string satisfies the pattern contained in pattern, result is True. If the string does not satisfy the pattern, result is False. If both string and pattern are empty strings, the result is True.
See Also

Reference

Strings Class
Strings Members