Example #1
0
 internal static string ApplyCaps(StringBuilder sb, Capital capital)
 {
     capital.Apply(sb);
     return(sb.ToString());
 }