sealed class byteAn integer between 0 and 255. public byte.Constructor(value)const byte byte.MinValueThe minimum byte valueconst byte byte.MaxValueThe maximum byte valuepublic static byte byte.Convert(value)Convert value into type byte, null if not successfulpublic virtual object.GetLayoutTipReturn a layout for the hint popuppublic virtual object.GetLayoutSpanReturn a layout inside a spanpublic virtual object.GetLayoutBlockReturn a layout inside a blockpublic virtual object.GetSourceReferenceReturn a source reference for this objectpublic virtual void object.GetTexSource(source)LaTeX source code for this objectpublic virtual Icon object.GetIconReturn a icon for this objectpublic virtual int object.Compare(value)Compares this object with another and returns (-1, 0, or 1)Example = ListBlock { Paragraph { "Min value "; byte.MinValue}; Paragraph { "Max value "; byte.MaxValue};};Min value 0Max value 255