Class StringExtensions
Forms9Patch String extensions.
Inherited Members
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public static class StringExtensions
Methods
CompareVersionStrings(String, String)
Determines if two version strings are the same
Declaration
public static int CompareVersionStrings(this string s1, string s2)
Parameters
| Type | Name | Description |
|---|---|---|
| String | s1 | |
| String | s2 |
Returns
| Type | Description |
|---|---|
| Int32 |
IsValidEmail(String)
Tests if string is a valid email address
Declaration
public static bool IsValidEmail(this string strIn)
Parameters
| Type | Name | Description |
|---|---|---|
| String | strIn | String in. |
Returns
| Type | Description |
|---|---|
| Boolean |
|