MarkupEntityCodec.decode_

Internal method for decoding any encoded entities in a string.

class MarkupEntityCodec(E : IEntitySet)
protected
MutChar[]
decode_
(
ConstChar
MutChar
)
(
ConstChar[] text
,
ref MutChar[] decoded
)

Parameters

text ConstChar[]

string to decode

decoded MutChar[]

decoded output string

Return Value

Type: MutChar[]

decoded output string

Meta