A Sandcastle Documented Class Library
Repeat メソッド (s, times)
名前空間CFW.UtilStringUtilRepeat(String, Int32)
特定文字列を繰り返した文字列を返す
宣言の構文
C#Visual BasicVisual C++
public static string Repeat(
	string s,
	int times
)
Public Shared Function Repeat ( _
	s As String, _
	times As Integer _
) As String
public:
static String^ Repeat(
	String^ s, 
	int times
)
パラメータ
s (String)
繰り返したい文字列
times (Int32)
回数
戻り値
文字列を指定回数繰り返した文字列

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)