GoXam for WPF v3
ConvertStringToNodeKey Method (GraphLinksModelNodeData<NodeKey>)
Northwoods.GoXam.Model Namespace > GraphLinksModelNodeData<NodeKey> Class : ConvertStringToNodeKey Method
Convert a string to a NodeKey key value.
Syntax
protected virtual NodeKey ConvertStringToNodeKey( 
   string s
)

Parameters

s

Return Value

Remarks
Currently this handles NodeKey types that are String, Int32, Double, DateTime, TimeSpan, or Guid. Override this method to handle additional types.
See Also

Reference

GraphLinksModelNodeData<NodeKey> Class
GraphLinksModelNodeData<NodeKey> Members