ValidateHelperHasChinese Method |
是否包含中文
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static bool HasChinese(
string source
)
Public Shared Function HasChinese (
source As String
) As Boolean
public:
static bool HasChinese(
String^ source
)
static member HasChinese :
source : string -> bool
Parameters
- source
- Type: SystemString
[Missing <param name="source"/> documentation for "M:Adf.ValidateHelper.HasChinese(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Adf.ValidateHelper.HasChinese(System.String)"]
See Also