IReadableLicenseString

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Interface for readable license strings.

public interface IReadableLicenseString

Methods

Parse(string)

Parse the specified license string.

void Parse(string license)

Parameters

NameDescription

license string

The license string.

ToReadableString(string)

Converts the license object to a readable string.

string ToReadableString(string format)

Parameters

NameDescription

format string

Describes the format to use.

Returns

NameDescription

The license as a string.

Last updated