ILicenseDecoderDecode Method |
Method used to decode the raw license into json output.
Throw exception if the format is not recognized or otherwise invalid.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxstring Decode(
string input
)
Function Decode (
input As String
) As String
String^ Decode(
String^ input
)
Parameters
- input
- Type: SystemString
Raw input
Return Value
Type:
StringDecoded output
See Also