Interface StringConstructor
Callable
__call( value?: any ) : string
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:508
Parameters
Returns string
Constructors
constructor
new StringConstructor( value?: any ) : String
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:507
Parameters
Returns String
Properties
prototype
prototype: String
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:510
Methods
fromCharCode
fromCharCode( ... codes: number [] ) : string
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:511
Parameters
Returns string
fromCodePoint
fromCodePoint( ... codePoints: number [] ) : string
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es2015.core.d.ts:501
Parameters
Rest ... codePoints: number []
Returns string
raw
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es2015.core.d.ts:510
Parameters
Rest ... substitutions: any []
Returns string
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Return the String value whose elements are, in order, the elements in the List elements. If length is 0, the empty string is returned.