Kimono.KCharsets.ToEntity C# (CSharp) Method

ToEntity() public static method

Converts a QChar to an entity. The returned string does already contain the leading '&' and the trailing ';'. name="ch" the char to convert
public static ToEntity ( QChar ch ) : string
ch Qyoto.QChar
return string
        public static string ToEntity(QChar ch)
        {
            return (string) staticInterceptor.Invoke("toEntity#", "toEntity(const QChar&)", typeof(string), typeof(QChar), ch);
        }