ProgramGlyph Structure
Defines a Unicode glyphic character
Namespace
Songhay.Models
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type["ProgramGlyph"] class Type type-node

Syntax

public readonly struct ProgramGlyph : ValueType

Properties

Name Property Type Summary
Character string
Gets or sets the character, usually the Unicode Point.
HtmlEntityName string
Gets or sets the name of the HTML entity.
UnicodeGroup string
Gets or sets the unicode group.
UnicodeInteger int
Gets or sets the unicode integer.
UnicodeName string
Gets or sets the name of the unicode.
UnicodePoint string
Gets or sets the unicode point.
Utf8UrlEncoding string
Gets or sets the UTF8 URL encoding.
Windows1252UrlEncoding string
Gets or sets the windows1252 URL encoding.
XmlEntityNumber string
Gets or sets the XML entity number.

Extension Methods

Name Value Summary
IsAssignableToISerializable<ProgramGlyph>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<ProgramGlyph>() object
Boxes the nullable in object or returns DBNull.