Parses the specified String and stores its contents as the address bytes of the PhysicalAddress returned by this method.
| C# | Visual Basic |
public static PhysicalAddress Parse( string address )
Public Shared Function Parse ( _ address As String _ ) As PhysicalAddress
- address (String)
- A String containing the address that will be used to initialize the PhysicalAddress instance returned by this method.
A PhysicalAddress instance with the specified address.
Use the GetAddressBytes()()()() method to retrieve the address from an existing PhysicalAddress instance.