Click or drag to resize

ASCII_Chars Fields

Linkar Framework for .NET and Core


The ASCII_Chars type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberCR ASCII character carriage return.
Public fieldStatic memberCR_chr ASCII character carriage return.
Public fieldStatic memberCR_str ASCII character carriage return.
Public fieldStatic memberDC4 ASCII character used as separator of the arguments of a subroutine.
Public fieldStatic memberDC4_chr ASCII character used as separator of the arguments of a subroutine.
Public fieldStatic memberDC4_str ASCII character used as separator of the arguments of a subroutine.
Public fieldStatic memberFS When the responses of the operations are of MV type, this character is used to separate the header (the ThisList property in LkData) from the data.
Public fieldStatic memberFS_chr When the responses of the operations are of MV type, this character is used to separate the header (the ThisList property in LkData) from the data.
Public fieldStatic memberFS_str When the responses of the operations are of MV type, this character is used to separate the header (the ThisList property in LkData) from the data.
Public fieldStatic memberLF ASCII character line break.
Public fieldStatic memberLF_chr ASCII character line break.
Public fieldStatic memberLF_str ASCII character line break.
Public fieldStatic memberRS ASCII character used by Linkar as separator of items in lists. For example, list of records.
Public fieldStatic memberRS_chr ASCII character used by Linkar as separator of items in lists. For example, list of records.
Public fieldStatic memberRS_str ASCII character used by Linkar as separator of items in lists. For example, list of records.
Public fieldStatic memberTAB ASCII character horizontal tab.
Public fieldStatic memberTAB_chr ASCII character horizontal tab.
Public fieldStatic memberTAB_str ASCII character horizontal tab.
Public fieldStatic memberUS ASCII character used as separator of the operation arguments OperationArguments.
Public fieldStatic memberUS_chr ASCII character used as separator of the operation arguments OperationArguments.
Public fieldStatic memberUS_str ASCII character used as separator of the operation arguments OperationArguments.
Top
See Also