Skip to content

editorGlobalsStringUtils

Class: StringUtils

Hierarchy

  • StringUtils

Index

Methods

Methods

Static toLetterIdentifier

toLetterIdentifier(id: number): string

Defined in src/util/StringUtils.ts:12

Transforms an integer id into a letter ID like this: 0 -> A 1 -> B … 25 -> Z 26 -> AA 27 -> AB

Parameters:

Name Type Description
id number the id to transform

Returns: string