Kimono.KCharsets.ResolveEntities C# (CSharp) Method

ResolveEntities() public static method

Scans the given string for entities (like &) and resolves them using fromEntity. name="text" the string containing the entities
public static ResolveEntities ( string text ) : string
text string
return string
        public static string ResolveEntities(string text)
        {
            return (string) staticInterceptor.Invoke("resolveEntities$", "resolveEntities(const QString&)", typeof(string), typeof(string), text);
        }