DeflateCompressionProvider.IsSupportedAlgorithm(String) Method

Definition

Overloads

IsSupportedAlgorithm(String)

Determines whether the specified compression algorithm is supported.

IsSupportedAlgorithm(String)

Determines whether the specified compression algorithm is supported.

public bool IsSupportedAlgorithm (string algorithm);
abstract member IsSupportedAlgorithm : string -> bool
override this.IsSupportedAlgorithm : string -> bool
Public Function IsSupportedAlgorithm (algorithm As String) As Boolean

Parameters

algorithm
String

The name of the compression algorithm.

Returns

true if the compression algorithm is supported; otherwise, false.

Implements

Applies to