DeflateCompressionProvider.IsSupportedAlgorithm(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.