Click or drag to resize
NetworkAddressHelperConvertSubnetToPrefix Method
Convert a subnet mask to prefix length.

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static int ConvertSubnetToPrefix(
	string subnetMask
)

Parameters

subnetMask
Type: SystemString

Return Value

Type: Int32
See Also