Click or drag to resize
CidrTryParse Method
Parses an address. Returns false and sets the cidr to null 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 bool TryParse(
	string address,
	out Cidr cidr
)

Parameters

address
Type: SystemString
cidr
Type: VirtualRadar.InterfaceCidr

Return Value

Type: Boolean
See Also