IsSupportedCompressionType Method
In This Topic
Syntax
'Declaration
<PureAttribute()>
Public Shared Function IsSupportedCompressionType( _
ByVal As String _
) As Boolean
[Pure()]
public static bool IsSupportedCompressionType(
string
)
[Pure()]
public:
static bool IsSupportedCompressionType(
String^
)
Parameters
- value
See Also