Nevron.UI.WebForm.Controls Namespace / NCallbackCommand Class / ParseArguments Method


In This Topic
    ParseArguments Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Shared Function ParseArguments( _
       ByVal arguments As System.String, _
       ByVal urlDecode As System.Boolean _
    ) As System.Collections.Hashtable
    'Usage
     
    
    Dim arguments As System.String
    Dim urlDecode As System.Boolean
    Dim value As System.Collections.Hashtable
     
    value = NCallbackCommand.ParseArguments(arguments, urlDecode)
    protected static System.Collections.Hashtable ParseArguments( 
       System.string arguments,
       System.bool urlDecode
    )

    Parameters

    arguments
    urlDecode
    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