Nevron .NET Vision
Nevron.UI Namespace / NStringHelper Class / MatchText Method


In This Topic
    MatchText Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function MatchText( _
       ByVal keyText As System.String, _
       ByVal matchText As System.String, _
       ByVal caseSensitive As System.Boolean, _
       ByVal options As CommonStringOptions _
    ) As System.Boolean
    'Usage
     
    
    Dim keyText As System.String
    Dim matchText As System.String
    Dim caseSensitive As System.Boolean
    Dim options As CommonStringOptions
    Dim value As System.Boolean
     
    value = NStringHelper.MatchText(keyText, matchText, caseSensitive, options)
    public static System.bool MatchText( 
       System.string keyText,
       System.string matchText,
       System.bool caseSensitive,
       CommonStringOptions options
    )

    Parameters

    keyText
    matchText
    caseSensitive
    options
    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