Click or drag to resize

ProtocolAddress  Conversion (String to ProtocolAddress)

Implicitly converts from string address to a ProtocolAddress.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static implicit operator ProtocolAddress (
	string address
)

Parameters

address
Type: SystemString
The string address to parse.

Return Value

Type: ProtocolAddress
The new ProtocolAddress.
See Also