Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When implemented by a class, disassembles a parameter value in a string format and converts the value to the correct type.
Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Sub Parse ( _
    value As String _
)
void Parse(
    string value
)
void Parse(
    String^ value
)
abstract Parse : 
        value:string -> unit
function Parse(
    value : String
)
Parameters
- value 
 Type: System.String- A string representation of a parameter value. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace