IntegerToString

この関数は、整数型の値を指定された長さの文字列に変換し、取得した文字列を返します。

string  IntegerToString(
   long    number,              // number
   int     str_len=0,           // length of result string
   ushort  fill_symbol=’ ‘      // filler
   );

パラメーター

[in]変換用の番号。

STR_LEN = 0

[入力]文字列の長さ。結果の文字列の長さが指定されたものよりも長い場合、文字列は切り捨てられません。小さい場合は、フィラーシンボルが左側に追加されます。

fill_symbol = ”

[in]フィラーシンボル。デフォルトでは、スペースです。

戻り値

文字列。

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">