ICompressionProvider.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 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
.