TransformFactory.IsSupportedTransform(String) Method

Definition

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

Applies to