@tsdotnet/text-utility - v1.2.4
Preparing search index...
fromChars
Function fromChars
Repeats a character code to a string sequence.
Param: chOrChars
Param: count
fromChars
(
char
:
number
,
count
:
number
)
:
string
Repeats a character code to a string sequence.
Parameters
char
:
number
count
:
number
Returns
string
fromChars
(
chars
:
number
[]
)
:
string
Converts a sequence of character codes to a string.
Parameters
chars
:
number
[]
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@tsdotnet/text-utility - v1.2.4
Loading...
Repeats a character code to a string sequence.
Param: chOrChars
Param: count