Parses an address. Throws exceptions if the parse fails.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Cidr Parse(
string address
)
Public Shared Function Parse (
address As String
) As Cidr
public:
static Cidr^ Parse(
String^ address
)
static member Parse :
address : string -> Cidr
Parameters
- address
- Type: SystemString
Return Value
Type:
CidrSee Also