Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPostbackEventArgs Class / Format Method


In This Topic
    Format Method
    In This Topic
    Packs the object type and the specified identifier in a string
    Syntax
    'Declaration
     
    
    Public Shared Function Format( _
       ByVal objectType As System.Type, _
       ByVal id As NIdentifier _
    ) As System.String
    'Usage
     
    
    Dim objectType As System.Type
    Dim id As NIdentifier
    Dim value As System.String
     
    value = NPostbackEventArgs.Format(objectType, id)
    public static System.string Format( 
       System.Type objectType,
       NIdentifier id
    )

    Parameters

    objectType
    id
    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