ValidationHelperAreEmails Method (Object, String) |
Returns true if the object representation matches the Email list separated by specified character (default separator is semicolon).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static bool AreEmails(
Object value,
string separator
)
Parameters
- value
- Type: SystemObject
Value to check - separator
- Type: SystemString
String that delimits the addresses
Return Value
Type:
BooleanSee Also