Ejemplo n.º 1
0
 internal string ApplyCaps(StringBuilder sb, StrategyToUpper strategyToUpper)
 {
     strategyToUpper.ApplyStrategy(sb);
     return sb.ToString();
 }
Ejemplo n.º 2
0
        internal LanguageDigit ApplyCaps(StrategyToUpper strategyToUpper)
        {
            strategyToUpper.ApplyStrategy(convertedNumber);

            return this;
        }
Ejemplo n.º 3
0
 internal string ApplyCaps(StringBuilder sb, StrategyToUpper strategyToUpper)
 {
     strategyToUpper.ApplyStrategy(sb);
     return(sb.ToString());
 }
Ejemplo n.º 4
0
        internal LanguageDigit ApplyCaps(StrategyToUpper strategyToUpper)
        {
            strategyToUpper.ApplyStrategy(convertedNumber);

            return(this);
        }