MarkupEntityCodec.decode

Decode any encoded entities in the input string.

  1. mstring decode(Const!(char)[] text, mstring decoded)
    class MarkupEntityCodec(E : IEntitySet)
    override
    mstring
    decode
    (
    Const!(char)[] text
    ,
    ref mstring decoded
    )
  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