Click or drag to resize
RegularExpressionHelperIsSafeFilePostfix Method
检测安全的文件名后缀

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static bool IsSafeFilePostfix(
	string text,
	string postfix
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:X3Platform.Util.RegularExpressionHelper.IsSafeFilePostfix(System.String,System.String)"]

postfix
Type: SystemString

[Missing <param name="postfix"/> documentation for "M:X3Platform.Util.RegularExpressionHelper.IsSafeFilePostfix(System.String,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:X3Platform.Util.RegularExpressionHelper.IsSafeFilePostfix(System.String,System.String)"]

See Also