ConvertHyphen
Removes spaces, commas, hyphens, and invalid characters.
Member of namespace:
MC_ValidationSyntax:
bool ConvertHyphen()
Parameters
None.Returns
False, if the parameter is not called at the Field level. Otherwise, True.Level
Field level.Details
This action removes spaces, commas, hyphens, and invalid characters."1,2,3,4" becomes "1234", "1-2-3" becomes "123". Valid characters for this field are {1,2,3,4}.
Characters other than 1,2,3,4, space, commas, or hyphens will lower the field confidence level.
- Example:
ConvertHyphen()