Aracılığıyla paylaş


TransformFactory.IsSupportedCanonicalizingTransfrom(String) Method

Definition

Determine if the canonicalizing transform is supported.

public virtual bool IsSupportedCanonicalizingTransfrom (string transform);
abstract member IsSupportedCanonicalizingTransfrom : string -> bool
override this.IsSupportedCanonicalizingTransfrom : string -> bool
Public Overridable Function IsSupportedCanonicalizingTransfrom (transform As String) As Boolean

Parameters

transform
String

the name of the canonicalizing transform.

Returns

if the canonicalizing transform is supported

Applies to