Share via


ICompressionProvider.IsSupportedAlgorithm(String) Method

Definition

Called to determine if an algorithm is supported.

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

Parameters

algorithm
String

the algorithm that defines the compression method.

Returns

true if supported

Applies to