Click or drag to resize
CidrParse Method
Parses an address. Throws exceptions if the parse fails.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Cidr Parse(
	string address
)

Parameters

address
Type: SystemString

Return Value

Type: Cidr
See Also