Click or drag to resize

ASCII_CharsCOM Class

Some ASCII characters used by Linkar.
Inheritance Hierarchy
SystemObject
  LinkarCommonASCII_CharsCOM

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public class ASCII_CharsCOM

The ASCII_CharsCOM type exposes the following members.

Constructors
  NameDescription
Public methodASCII_CharsCOM
Initializes a new instance of the ASCII_CharsCOM class
Top
Properties
  NameDescription
Public propertyDC4
ASCII character used as separator of the arguments of a subroutine.
Public propertyDC4_chr
ASCII character used as separator of the arguments of a subroutine.
Public propertyDC4_str
ASCII character used as separator of the arguments of a subroutine.
Public propertyFS
When the responses of the operations are of MV type, this character is used to separate the header (the ThisList property in LkDataLkData) from the data.
Public propertyFS_chr
When the responses of the operations are of MV type, this character is used to separate the header (the ThisList property in LkDataLkData) from the data.
Public propertyFS_str
When the responses of the operations are of MV type, this character is used to separate the header (the ThisList property in LkDataLkData) from the data.
Public propertyRS
ASCII character used by Linkar as separator of items in lists. For example, list of records.
Public propertyRS_chr
ASCII character used by Linkar as separator of items in lists. For example, list of records.
Public propertyRS_str
ASCII character used by Linkar as separator of items in lists. For example, list of records.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also