License.Parse Method (String, Boolean)

Namespace:  Microsoft.VisualStudio.Services.Licensing
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Shared Function Parse ( _
    text As String, _
    ignoreCase As Boolean _
) As License
public static License Parse(
    string text,
    bool ignoreCase
)
public:
static License^ Parse(
    String^ text, 
    bool ignoreCase
)
static member Parse : 
        text:string * 
        ignoreCase:bool -> License
public static function Parse(
    text : String, 
    ignoreCase : boolean
) : License

Parameters

Return Value

Type: Microsoft.VisualStudio.Services.Licensing.License

.NET Framework Security

See Also

Reference

License Class

Parse Overload

Microsoft.VisualStudio.Services.Licensing Namespace