Click or drag to resize

PortAddressTryGetString Method

Try to get the address as an ASCII string.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public bool TryGetString(
	out string?? str
)

Parameters

str
Type: SystemString
The string address.

Return Value

Type: Boolean
False if the address was not a string.
See Also