PageValidateisContainSameChar Method (String) | Helper帮助文档 |
[Missing <summary> documentation for "M:HD.Common.PageValidate.isContainSameChar(System.String)"]
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 )
Public Shared Function isContainSameChar ( strInput As String ) As Boolean
public: static bool isContainSameChar( String^ strInput )
static member isContainSameChar : strInput : string -> bool
Parameters
- strInput
- Type: SystemString
[Missing <param name="strInput"/> documentation for "M:HD.Common.PageValidate.isContainSameChar(System.String)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.PageValidate.isContainSameChar(System.String)"]
See Also