| Visual Basic (Usage) | Copy Code |
|---|---|
Dim reader As StringReader Dim value As RelativePathFormatter.Element value = RelativePathFormatter.Element.Parse(reader) | |
| C# | |
|---|---|
public static RelativePathFormatter.Element Parse( StringReader reader ) | |
Parameters
- reader
- The string read stream containing the text to convert to a RelativePathStringElement
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x