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
- text
Type: System.String
- ignoreCase
Type: System.Boolean
Return Value
Type: Microsoft.VisualStudio.Services.Licensing.License
.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.