GraphNodeId.AppendToString(StringBuilder) 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.
Appends the "ToString" of a GraphNodeId to the StringBuilder. This is more efficient than calling ToString, as the GraphNodeId can re-use the StringBuilder;
public:
void AppendToString(System::Text::StringBuilder ^ buffer);
public void AppendToString (System.Text.StringBuilder buffer);
member this.AppendToString : System.Text.StringBuilder -> unit
Public Sub AppendToString (buffer As StringBuilder)
Parameters
- buffer
- StringBuilder
The string build to append to