'宣言 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
- The string containg file name to check.
戻り値の型
Returns validated string.