Exemple #1
0
 public static string FormatApply(IMask mask, string value)
 {
     return(mask.Transform(value));
 }