A Sandcastle Documented Class Library
ShortString メソッド (aValue, aLength)
名前空間CFW.AspxCommonUIHelperShortString(String, Int32)
長すぎる文字列を適当な長さで切り取り”・・・”を追加する
宣言の構文
C#Visual BasicVisual C++
public static string ShortString(
	string aValue,
	int aLength
)
Public Shared Function ShortString ( _
	aValue As String, _
	aLength As Integer _
) As String
public:
static String^ ShortString(
	String^ aValue, 
	int aLength
)
パラメータ
aValue (String)
対象文字列
aLength (Int32)
切り取る長さ
戻り値
指定の長さの文字列+”・・・”
使用例
CopyC#
OfficialName.ToolTip = UIHelper.TipText(mMastClient.Properties.OfficialName, "ag", "ja");

アセンブリ: CFW.common.AspxCommon (モジュール: CFW.common.AspxCommon) バージョン: 1.2.0.1 (1.2.0.1)