次の方法で共有


DeflateCompressionProvider.IsSupportedAlgorithm(String) Method

Definition

Answers if a 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, false otherwise.

Implements

Applies to