System.WideString.SubString

提供: RAD Studio API Documentation
移動先: 案内検索

C++

WideString   SubString(int index, int count) const;

プロパティ

種類 可視性 ソース ユニット
function public wstring.h System WideString

説明

指定した WideString の部分文字列を返します。

SubString は,WideString の部分文字列である新しい WideString を返します。この部分文字列には,index から始まる count 個の文字が含まれます。

関連項目