A Sandcastle Documented Class Library
Right メソッド (source, length)
名前空間CFW.UtilStringUtilRight(String, Int32)
文字列の右側指定文字数分取得
宣言の構文
C#Visual BasicVisual C++
public static string Right(
	string source,
	int length
)
Public Shared Function Right ( _
	source As String, _
	length As Integer _
) As String
public:
static String^ Right(
	String^ source, 
	int length
)
パラメータ
source (String)
元の文字列
length (Int32)
長さ
戻り値
元の文字列の右側

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