XmlEntitySet.getEncodedEntity

Gets the fully encoded form of an entity.

class XmlEntitySet
override
char[]
getEncodedEntity
(
dchar unicode
,
ref char[] output
)

Parameters

unicode dchar

unicode of entity to encode

output char[]

output buffer

Return Value

Type: char[]

the fully encoded form of the entity, or "" if the unicode value passed is not an encodable entity

Meta