Method FindLastKeyOccurrenceInPath
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Utils
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.dll
FindLastKeyOccurrenceInPath(Path)
Finds the last occurrence of a key in a certain path.
public static string FindLastKeyOccurrenceInPath(Path path)
Parameters
path
PathThe path that needs to be searched in.
Returns
- string
The key that is found in the path.