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
Syntaxpublic bool TryGetString(
out string?? str
)
Parameters
- str
- Type: SystemString
The string address.
Return Value
Type:
BooleanFalse if the address was not a string.
See Also