ShortArrayToString

配列の一部を返された文字列にコピーします。

string  ShortArrayToString(
   ushort  array[],      // array
   int     start=0,      // starting position in the array
   int     count=-1      // number of symbols
   );

パラメーター

アレイ[]

[入力] ushort型の配列(wchar_t型のアナログ)。

start = 0

[in]コピーを開始する位置、デフォルト-0。

カウント= -1

[入力]コピーする配列要素の数。結果の文字列の長さを定義します。デフォルト値は-1です。これは、配列の最後まで、または端末0までコピーすることを意味します。

戻り値

文字列。

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="">