Click or drag to resize
ValidationHelperAreEmails Method (Object, String)
Returns true if the object representation matches the Email list separated by specified character (default separator is semicolon).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
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: Boolean
See Also