MarkupEntityCodec.appendEncodedEntity

Appends an encoded entity to a string (in the form "&entity_name;").

class MarkupEntityCodec(E : IEntitySet)
protected
Char[]
appendEncodedEntity
(
Char
)
(
ref Char[] text
,
dchar c
)

Parameters

text Char[]

string to append to

c dchar

unicode character for entity to append

Return Value

Type: Char[]

appended string

Meta