A Sandcastle Documented Class Library
DeleteAllWhiteSpace メソッド (s)
名前空間CFW.UtilStringUtilDeleteAllWhiteSpace(String)
空白削除 全角でも半角でもスペースっぽいものは取り除く、タブ文字も追加 文字列中の空白も対象
宣言の構文
C#Visual BasicVisual C++
public static string DeleteAllWhiteSpace(
	string s
)
Public Shared Function DeleteAllWhiteSpace ( _
	s As String _
) As String
public:
static String^ DeleteAllWhiteSpace(
	String^ s
)
パラメータ
s (String)
元の文字列
戻り値
削除後の文字列

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