GraphPathSerializer.Deserialize(String) Method

Definition

Deserialize the given path.

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

Parameters

value
String

The path to deserialize

Returns

The deserialized value (path substituted)

Remarks

This method expands $(name) syntax with the full path defined in the CommonPaths. This method is performance critical which is why it is written like a scanner.

Applies to