e833e09a 785c dbfe da43 ac4f22770b18 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Parses the provided marker and applies all properties accordingly.
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
protected override void Parse(
int offset,
int rating,
StringBuilder marker
)
- offset
- Type: System.Int32
The Offset within the whole source string. - rating
- Type: System.Int32
The Rating within the whole source string. - marker
- Type: System.Text.StringBuilder
The actual formatting statement consisting of the Symbol, an optional Lining and/or an optional Format.
This method does the initialization as shown below.
- Property Offset is set to parameter offset.
- Property Rating is set to
-1
. - Property Marker is set to parameter marker.
- Property Symbol is set to Empty.
- Property Lining is set to Empty.
- Property Format is set to Empty.
TextToken Class
Plexdata.Utilities.Formatting.Entities Namespace
BaseToken.BaseToken(Int32, StringBuilder)
BaseToken.BaseToken(Int32, Int32, StringBuilder)