CharTypeAttribute class | QSYS API Reference Guide

A non-RPG class may stamp a string member with this attribute to be considered as a fixed-sized character field by a consumer RPG program.

Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object –> Attribute

Constructors

Name Description
CharTypeAttribute(Int32) Initializes a CharTypeAttribute object. This attribute describes the implied fixed string length of a string value.

CharTypeAttribute(Int32)

Initializes a CharTypeAttribute object. This attribute describes the implied fixed string length of a string value.

CharTypeAttribute(Int32)

Parameters

Type Parameter name Description
Int32 len The length of this fixed-sized string.

Properties

Type Name Description
Int32 Length Gets the length of the (fixed) string.