Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NCallbackCommand Class / ReadFromString Method
A text in the form: commandName:name1="\"value\"'1'", name2='\'value\'"2"'. The quotes and double quotes in the value strings are introduced to demonstrate how quotes and double quotes can be included in values. The following escape sequences are supported: \r, \n, \\, \" and \'.


In This Topic
    ReadFromString Method
    In This Topic
    Initializes this instance of the NCallbackCommand class from a formatted string.
    Syntax
    'Declaration
     
    
    Public Sub ReadFromString( _
       ByVal text As System.String _
    ) 
    'Usage
     
    
    Dim instance As NCallbackCommand
    Dim text As System.String
     
    instance.ReadFromString(text)
    public void ReadFromString( 
       System.string text
    )

    Parameters

    text
    A text in the form: commandName:name1="\"value\"'1'", name2='\'value\'"2"'. The quotes and double quotes in the value strings are introduced to demonstrate how quotes and double quotes can be included in values. The following escape sequences are supported: \r, \n, \\, \" and \'.
    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