'宣言 Public Shared Function ValidateFileName( _ ByVal s As System.String _ ) As System.String
'使用法 Dim s As System.String Dim value As System.String value = Utils.ValidateFileName(s)
public static System.string ValidateFileName( System.string s )
パラメータ
- s
- チェックするファイル名を含む文字列。
戻り値の型
検証された文字列を返します。