Nevron Open Vision Documentation
Nevron.Nov Namespace / NStringHelpers Class / Pack Method


In This Topic
    Pack Method
    In This Topic
    Packs the specified string array to a single string using the passed delimiter
    Syntax
    'Declaration
     
    
    Public Shared Function Pack( _
       ByVal strings() As System.String, _
       ByVal delimeter As System.Char _
    ) As System.String
    'Usage
     
    
    Dim strings() As System.String
    Dim delimeter As System.Char
    Dim value As System.String
     
    value = NStringHelpers.Pack(strings, delimeter)
    public static System.string Pack( 
       System.string[] strings,
       System.char delimeter
    )

    Parameters

    strings
    delimeter
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also