Table of Contents

Class CharFormatDataString.Templates

Namespace
SunamoString._public.SunamoData.Data
Assembly
SunamoString.dll

Provides predefined character format templates.

public static class CharFormatDataString.Templates
Inheritance
CharFormatDataString.Templates
Inherited Members

Properties

Any

Template that matches any characters with no constraints.

public static CharFormatDataString Any { get; set; }

Property Value

CharFormatDataString

Dash

Template that matches a single dash character.

public static CharFormatDataString Dash { get; set; }

Property Value

CharFormatDataString

NotNumber

Template that matches a single non-numeric character.

public static CharFormatDataString NotNumber { get; set; }

Property Value

CharFormatDataString

TwoLetterNumber

Template that matches a one or two digit number.

public static CharFormatDataString TwoLetterNumber { get; set; }

Property Value

CharFormatDataString