TransformFactory.IsSupportedTransform(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.
Determine if the transform is supported.
public virtual bool IsSupportedTransform (string transform);
abstract member IsSupportedTransform : string -> bool
override this.IsSupportedTransform : string -> bool
Public Overridable Function IsSupportedTransform (transform As String) As Boolean
Parameters
- transform
- String
the name of the transform.
Returns
if the transform is supported