Converts string to patrh array.
Namespace:
PerpetuumSoft.Reporting.DataAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public static string[] StringToPath( string stringPath ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function StringToPath ( _ stringPath As String _ ) As String() |
| Visual C++ |
|---|
public: static array<String^>^ StringToPath( String^ stringPath ) |
Parameters
- stringPath
- Type: System..::.String