Compartilhar via


Método License.TryParse (String, Boolean, License%)

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

Sintaxe

'Declaração
Public Shared Function TryParse ( _
    text As String, _
    ignoreCase As Boolean, _
    <OutAttribute> ByRef license As License _
) As Boolean
public static bool TryParse(
    string text,
    bool ignoreCase,
    out License license
)

Parâmetros

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

License Classe

Sobrecargas TryParse

Namespace Microsoft.VisualStudio.Services.Licensing