Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / TextParse Class / CategoryName Method

In This Topic
    CategoryName Method
    In This Topic
    Splits a dot-delimited category name, removing blank entries as well as - and _ characters
    Syntax
    'Declaration
     
    
    Public Shared Function CategoryName( _
       ByVal categoryName As String _
    ) As String()
    public static string[] CategoryName( 
       string categoryName
    )

    Parameters

    categoryName
    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