Guides Reference Source
public class | source

CHAR

Extends:

src/data-types.js~ABSTRACTSTRING → CHAR

CHAR A fixed length string

Constructor Summary

Public Constructor
public

constructor(length: number, binary: boolean)

Public Constructors

public constructor(length: number, binary: boolean) source

Override:

STRING#constructor

Params:

NameTypeAttributeDescription
length number
  • optional
  • default: 255

length of string

binary boolean
  • optional
  • default: false

Is this binary?