LicenseDecoderDecode Method

Decode the input into output. Throw exception if the format is not recognized or otherwise invalid.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public string Decode(
	string input
)

Parameters

input  String
Input

Return Value

String
output

Implements

ILicenseDecoderDecode(String)

See Also