Nevron .NET Vision
Nevron.GraphicsCore Namespace / NAngleList Class / Pack Method


In This Topic
    Pack Method (NAngleList)
    In This Topic
    Packs the list to a string representation using the specified delimiter
    Syntax
    'Declaration
     
    
    Public Function Pack( _
       ByVal delimiter As System.Char _
    ) As System.String
    'Usage
     
    
    Dim instance As NAngleList
    Dim delimiter As System.Char
    Dim value As System.String
     
    value = instance.Pack(delimiter)
    public System.string Pack( 
       System.char delimiter
    )

    Parameters

    delimiter
    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