FinancialCardIssuerGetRegex Method |
This method gets the regular expression pattern used to match the card
number for this member.
Namespace:
EasyScriptAPI
Assembly:
EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax Public Function GetRegex As Regex
public:
Regex^ GetRegex()
member GetRegex : unit -> Regex
Return Value
Type:
RegexRegular expression pattern
See Also