NodeId.TryParse(String, NodeId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static bool TryParse(string from, out System.Fabric.NodeId parsedNodeId);
static member TryParse : string * NodeId -> bool
Public Shared Function TryParse (from As String, ByRef parsedNodeId As NodeId) As Boolean
Parameters
- from
- System.String
- parsedNodeId
- NodeId
Returns
System.Boolean