Click or drag to resize
CMSAuthorizeNetProviderMatchesRegex Method
Returns whether given data matches regexPattern.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected virtual bool MatchesRegex(
	Object data,
	string regexPattern
)

Parameters

data
Type: SystemObject
Object containing data to check
regexPattern
Type: SystemString
Regular expression pattern to match

Return Value

Type: Boolean
See Also