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

In This Topic
    SplitStringWithTrim Method
    In This Topic
    Splits a dot-delimited string trimming each entry and eliminating empty entries.
    Syntax
    'Declaration
     
    
    Public Shared Function SplitStringWithTrim( _
       ByVal source As String, _
       Optional ByVal additionalIgnoreCharacters() As Char _
    ) As String()
    public static string[] SplitStringWithTrim( 
       string source,
       char[] additionalIgnoreCharacters
    )

    Parameters

    source
    additionalIgnoreCharacters
    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