FlexReport for WinForms
ValidateFileName メソッド (Utils)


C1.Document アセンブリ > C1.Document 名前空間 > Utils クラス : ValidateFileName メソッド
The string containg file name to check.
Check specified string and removed all characters which can not be in file name.
シンタックス
'宣言
 
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.
参照

参照

Utils クラス
Utils メンバ