Nevron.GraphicsCore Namespace / NPostbackEventArgs Class / Format Method


Format Method
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)

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