ValidatorHelper.IsIP Method

HD.Common

ValidatorHelperIsIP Method Helper帮助文档
验证IP

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

public static bool IsIP(
	string source
)
Public Shared Function IsIP ( 
	source As String
) As Boolean
public:
static bool IsIP(
	String^ source
)
static member IsIP : 
        source : string -> bool 

Parameters

source
Type: SystemString

[Missing <param name="source"/> documentation for "M:HD.Common.ValidatorHelper.IsIP(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:HD.Common.ValidatorHelper.IsIP(System.String)"]

See Also

Reference