Class CharFormatDataCl.Templates
- Namespace
- SunamoCl._public.SunamoData.Data
- Assembly
- SunamoCl.dll
Contains predefined CharFormatDataCl templates for common character format patterns
public static class CharFormatDataCl.Templates
- Inheritance
-
CharFormatDataCl.Templates
- Inherited Members
Properties
Any
Template matching any number of any characters
public static CharFormatDataCl Any { get; set; }
Property Value
Dash
Template matching a single dash character
public static CharFormatDataCl Dash { get; set; }
Property Value
NotNumber
Template matching a single non-number character
public static CharFormatDataCl NotNumber { get; set; }
Property Value
TwoLetterNumber
Template matching a one or two digit number
public static CharFormatDataCl TwoLetterNumber { get; set; }