다음을 통해 공유


ICompressionProvider.IsSupportedAlgorithm(String) Method

Definition

Determines if a specified algorithm is supported by the provider.

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

Parameters

algorithm
String

The compression algorithm to check.

Returns

true if the algorithm is supported; otherwise, false.

Applies to