In The Hand LtdIn The Hand
Parse Method (address)
NamespacesInTheHand.Net.NetworkInformationPhysicalAddressParse(String)
.NET Components for Mobility
Parses the specified String and stores its contents as the address bytes of the PhysicalAddress returned by this method.
Declaration Syntax
C#Visual Basic
public static PhysicalAddress Parse(
	string address
)
Public Shared Function Parse ( _
	address As String _
) As PhysicalAddress
Parameters
address (String)
A String containing the address that will be used to initialize the PhysicalAddress instance returned by this method.
Return Value
A PhysicalAddress instance with the specified address.
Remarks
Use the GetAddressBytes()()()() method to retrieve the address from an existing PhysicalAddress instance.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0