Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 562 Bytes

File metadata and controls

26 lines (17 loc) · 562 Bytes

StringExtensions.ToPseudo method

Turns a string into pseudo string (latin languages only). Helpful when translating UI to quickly see untranslated part.

"window".ToPseudo() returns "ωïñδôω"
public static string ToPseudo(this string src)
parameter description
src

Return Value

The transformed string

See Also