Show / Hide Table of Contents

Class RegExPatterns

Inheritance
object
RegExPatterns
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.GNS.Roster.Web
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
public static class RegExPatterns

Fields

View Source

AlphaNumericUnderscoreDashPeriodSpace

Declaration
public const string AlphaNumericUnderscoreDashPeriodSpace = "^[a-zA-Z0-9_\\-\\. ]*$"
Field Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX