Compartir a través de


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

Espacio de nombres:  Microsoft.VisualStudio.Services.Licensing
Ensamblado:  Microsoft.VisualStudio.Services.WebApi (en Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

License Clase

TryParse (Sobrecarga)

Microsoft.VisualStudio.Services.Licensing (Espacio de nombres)