NicoyouGame
Preparing search index...
The search index is not available
Documentation
Documentation
pad_string
Function pad_string
pad_
string
(
target
,
length
,
fill_string
?
)
:
string
指定された文字列や数値に対してゼロパディングを行う
Parameters
target
:
string
|
number
パディング対象の数値または文字列
length
:
number
パディング後の文字列の長さ
fill_string
:
string
= "0"
パディングに使用する文字
Returns
string
パディングされた文字列
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
指定された文字列や数値に対してゼロパディングを行う