Click or drag to resize
IpHelperMaskIPv4 Method (String, Int32)
将指定的IP,除指定长度外,按*显示

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string MaskIPv4(
	string ip,
	int length
)

Parameters

ip
Type: SystemString
IP地址
length
Type: SystemInt32
显示长度

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.IpHelper.MaskIPv4(System.String,System.Int32)"]

See Also