GetString Method
GetString(string)
Gets a string specified by a path.
Declaration
public string GetString(string path)
Public Function GetString(path As String) As String
Parameters
| Type |
Name |
Description |
| string |
path |
The target path.
|
Returns
| Type |
Description |
| string |
The string specified by path.
|