GraphPathSerializer.Serialize(String) Method

Definition

Serialize the given text as a path does NOT attempt to substitue the content

public:
 System::String ^ Serialize(System::String ^ text);
public string Serialize (string text);
member this.Serialize : string -> string
Public Function Serialize (text As String) As String

Parameters

text
String

Value to serialize

Returns

The serialized string

Applies to