Show / Hide Table of Contents

    Class StringExtensions

    Forms9Patch String extensions.

    Inheritance
    Object
    StringExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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

    true, if valid email, false otherwise.

    Back to top Copyright © 2018 42nd Parallel