GraphPathSerializer.Deserialize(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.
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.