A Sandcastle Documented Class Library
MidB メソッド (stTarget, iStart, iByteSize)
名前空間CFW.UtilStringUtilMidB(String, Int32, Int32)
文字列の指定されたバイト位置から、指定されたバイト数分の文字列を返す
宣言の構文
C#Visual BasicVisual C++
public static string MidB(
	string stTarget,
	int iStart,
	int iByteSize
)
Public Shared Function MidB ( _
	stTarget As String, _
	iStart As Integer, _
	iByteSize As Integer _
) As String
public:
static String^ MidB(
	String^ stTarget, 
	int iStart, 
	int iByteSize
)
パラメータ
stTarget (String)
取得対象文字列
iStart (Int32)
取得開始
iByteSize (Int32)
取得バイト数
戻り値
部分文字列
解説
このままでは漢字の中間で分けてしまう

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