StringHelper.ClearInputText Method

HD.Common

StringHelperClearInputText Method Helper帮助文档
清除字符串中的危险字符

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string ClearInputText(
	string inputString,
	int maxLength
)
Public Shared Function ClearInputText ( 
	inputString As String,
	maxLength As Integer
) As String
public:
static String^ ClearInputText(
	String^ inputString, 
	int maxLength
)
static member ClearInputText : 
        inputString : string * 
        maxLength : int -> string 

Parameters

inputString
Type: SystemString

[Missing <param name="inputString"/> documentation for "M:HD.Common.StringHelper.ClearInputText(System.String,System.Int32)"]

maxLength
Type: SystemInt32

[Missing <param name="maxLength"/> documentation for "M:HD.Common.StringHelper.ClearInputText(System.String,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.StringHelper.ClearInputText(System.String,System.Int32)"]

See Also

Reference