PageValidateisContainSameChar Method (String, String, Int32) | Helper帮助文档 |
[Missing <summary> documentation for "M:HD.Common.PageValidate.isContainSameChar(System.String,System.String,System.Int32)"]
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool isContainSameChar( string strInput, string charInput, int lenInput )
Public Shared Function isContainSameChar ( strInput As String, charInput As String, lenInput As Integer ) As Boolean
public: static bool isContainSameChar( String^ strInput, String^ charInput, int lenInput )
static member isContainSameChar : strInput : string * charInput : string * lenInput : int -> bool
Parameters
- strInput
- Type: SystemString
[Missing <param name="strInput"/> documentation for "M:HD.Common.PageValidate.isContainSameChar(System.String,System.String,System.Int32)"]
- charInput
- Type: SystemString
[Missing <param name="charInput"/> documentation for "M:HD.Common.PageValidate.isContainSameChar(System.String,System.String,System.Int32)"]
- lenInput
- Type: SystemInt32
[Missing <param name="lenInput"/> documentation for "M:HD.Common.PageValidate.isContainSameChar(System.String,System.String,System.Int32)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.PageValidate.isContainSameChar(System.String,System.String,System.Int32)"]
See Also