Document Library for WinForms
ValidateFileName メソッド (Utils)

C1.Win.Document.6 アセンブリ > C1.Win.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
public static System.string ValidateFileName( 
   System.string s
)

パラメータ

s
The string containg file name to check.

戻り値の型

Returns validated string.
参照

Utils クラス
Utils メンバ