Kimono.KCharsets.FromEntity C# (CSharp) Метод

FromEntity() публичный статический Метод

@brief Converts an entity to a character. The string must contain only the entity without the trailing ';'. name="str" the entity
public static FromEntity ( string str ) : QChar
str string
Результат Qyoto.QChar
        public static QChar FromEntity(string str)
        {
            return (QChar) staticInterceptor.Invoke("fromEntity$", "fromEntity(const QString&)", typeof(QChar), typeof(string), str);
        }

Same methods

KCharsets::FromEntity ( string str, int &len ) : QChar