CharArrayToString

uchar型の配列の一部をコピーして、返される文字列に変換します。

string  CharArrayToString(
   uchar  array[],              // array
   int    start=0,              // starting position in the array
   int    count=-1,             // number of symbols
   uint   codepage=CP_ACP       // code page
   );

パラメーター

アレイ[]

[入力] uchar型の配列。

start = 0

[in]コピーを開始する位置。デフォルトでは0が使用されます。

カウント= -1

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

codepage = CP_ACP

[入力]コードページの値。最もよく使用されるコードページには、多くの組み込み定数があります

戻り値

文字列。

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