A Sandcastle Documented Class Library
Left メソッド (s, size)
名前空間CFW.UtilStringUtilLeft(String, Int32)
文字列の左側を取得 対象文字列の長さが指定サイズに満たない場合は元のまま返却する。
宣言の構文
C#Visual BasicVisual C++
public static string Left(
	string s,
	int size
)
Public Shared Function Left ( _
	s As String, _
	size As Integer _
) As String
public:
static String^ Left(
	String^ s, 
	int size
)
パラメータ
s (String)
対象文字列
size (Int32)
取得サイズ
戻り値
対象文字列の左側

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