Interface StringConstructor
Callable
__call( value?: any ) : string
Defined in node_modules/typescript/lib/lib.es5.d.ts:518
Parameters
Returns string
Constructors
constructor
new StringConstructor( value?: any ) : String
Defined in node_modules/typescript/lib/lib.es5.d.ts:517
Parameters
Properties
prototype
Defined in node_modules/typescript/lib/lib.es5.d.ts:520
Methods
fromCharCode
fromCharCode( ... codes: number [] ) : string
Defined in node_modules/typescript/lib/lib.es5.d.ts:521
Parameters
Returns string
fromCodePoint
fromCodePoint( ... codePoints: number [] ) : string
Defined in node_modules/typescript/lib/lib.es2015.core.d.ts:507
Parameters
Rest ... codePoints: number []
Returns string
raw
Defined in node_modules/typescript/lib/lib.es2015.core.d.ts:516
Parameters
Rest ... substitutions: any []
Returns string
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
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.