ActiveReports 12
StrLikeBinary Method (Strings)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace > Strings Class : StrLikeBinary Method
Compares the parameters Source and Pattern and returns the same results as the Like operator, using binary comparison.
Syntax
'Declaration
 
Public Shared Function StrLikeBinary( _
   ByVal Source As String, _
   ByVal Pattern As String _
) As Boolean
public static bool StrLikeBinary( 
   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