MarkupEntityCodec.decode

Decode any encoded entities in the input string.

  1. mstring decode(const(char)[] text, mstring decoded)
    class MarkupEntityCodec(E : IEntitySet)
    override
    decode
    (
    const(char)[] text
    ,)
  2. wchar[] decode(const(wchar)[] text, wchar[] decoded)
  3. dchar[] decode(const(dchar)[] text, dchar[] decoded)

Parameters

text const(char)[]

string to decode

decoded mstring

output string

Return Value

Type: mstring

decoded output string

Meta