IEntitySet.getUnicode

Gets the unicode character associated with the passed name.

class IEntitySet
dchar
getUnicode
(
Char
)
(
Char[] name
)

Parameters

Char

character type of name

name Char[]

name to check

Return Value

Type: dchar

unicode corresponding to name, or InvalidUnicode if name is not in the entity list

Meta