A Sandcastle Documented Class Library
LeftB メソッド (ConvValue, CutCount)
名前空間CFW.UtilStringUtilLeftB(String, Int32)
文字列の左端から指定されたバイト数分の文字列を返します 対象文字列の長さが指定サイズに満たない場合は元のまま返却する。 指定サイズの最後の文字が全角文字の2バイト目の場合、その文字の1バイト目は捨てる。
宣言の構文
C#Visual BasicVisual C++
public static string LeftB(
	string ConvValue,
	int CutCount
)
Public Shared Function LeftB ( _
	ConvValue As String, _
	CutCount As Integer _
) As String
public:
static String^ LeftB(
	String^ ConvValue, 
	int CutCount
)
パラメータ
ConvValue (String)
文字列を取り出す対象の文字列型の式
CutCount (Int32)
取り出すバイト数
戻り値
取り出した文字列

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