Click or drag to resize

EscapedText Class

Provides wrapper for an escaped text.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.CommonEscapedText

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public class EscapedText

The EscapedText type exposes the following members.

Constructors
 NameDescription
Public methodEscapedTextInitializes a new instance of the EscapedText class
Top
Properties
 NameDescription
Public propertyText The escaped text.
Top
Remarks
For aesthetic reason, configuration and job files contain only unescaped text. Therefore, this class is useful to wrap text that has an escaped character.
See Also