Class MiscHelpers
Miscellaneous domain helpers and utilities.
Inheritance
System.Object
MiscHelpers
Namespace: Cireson.Core.Common.Helpers
Assembly: Cireson.Core.Common.dll
Syntax
public static class MiscHelpers : object
Remarks
Admin, 8/24/2017.
Methods
View SourceIsEmailFormat(String)
Checks if the given string is email formatted.
Declaration
public static bool IsEmailFormat(this string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | . |
Returns
Type | Description |
---|---|
System.Boolean | true to indicate an email formatted string. |
Remarks
Admin, 8/24/2017.