GraphPathSerializer.Serialize(String) 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.
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