String class extensions
public static class StringExtensions| name | description |
|---|---|
| static ToPseudo(…) | Turns a string into pseudo string (latin languages only). Helpful when translating UI to quickly see untranslated part. |
| static Truncate(…) | Truncates a string to the specified max length (if needed) |
- namespace Wokhan.Core.Extensions