c50b9e60 4f67 e984 436b 97992930fc14 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

HoleToken.Parse Method

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

Syntax

C#

protected override void Parse(
	int offset,
	int rating,
	StringBuilder marker
)

Parameters

 

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.

Remarks

This method does the initialization as shown below.  

  • Property Offset is set to parameter offset.
  • Property Rating is set to parameter rating.
  • Property Marker is set to parameter marker. Such a marker consists in that order of a symbol, an optional lining and/or an optional format.
  • Property Symbol is set to the symbol part of parameter marker.
  • Property Lining is set to the lining part of parameter marker.
  • Property Format is set to the format part of parameter marker.

See Also

Reference

HoleToken Class
Plexdata.Utilities.Formatting.Entities Namespace
BaseToken.BaseToken(Int32, StringBuilder)
BaseToken.BaseToken(Int32, Int32, StringBuilder)

⚠️ **GitHub.com Fallback** ⚠️