GrantType   Conversion (String to GrantType)Nemiro.OAuth
Creates a new GrantType instance from String.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public static implicit operator GrantType (
	string value
)

Parameters

value
Type: System String
The value from which will be created a new instance of the GrantType.

Return Value

Type: GrantType
See Also