Parses an address. Returns false and sets the cidr to null 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 bool TryParse(
string address,
out Cidr cidr
)
Public Shared Function TryParse (
address As String,
<OutAttribute> ByRef cidr As Cidr
) As Boolean
public:
static bool TryParse(
String^ address,
[OutAttribute] Cidr^% cidr
)
static member TryParse :
address : string *
cidr : Cidr byref -> bool
Parameters
- address
- Type: SystemString
- cidr
- Type: VirtualRadar.InterfaceCidr
Return Value
Type:
BooleanSee Also