XmlChar

Description

sealed class Tinman.Core.Xml.XmlChar

Derived from

XmlNode abstract

Represents a literal character reference in an XML document:

ÿ
ÿ

Public / Constructors

For


[Pure]
public static method For → (2)

value in : char

See Value.

hexadecimal in : bool

See IsHexadecimal.

returns → XmlChar

The created XmlChar object.

Creates a new instance of XmlChar.

Public / Attributes

Is​Hexadecimal


public attribute IsHexadecimal → (get)

value : bool

true to use the hexadecimal number style ÿ,
false to use the decimal number style ÿ.

Returns the number style of the character value.

Value


public attribute Value → (get)

value : char

The character value.

Returns the character value.