AVEVA OMI Software Developer Kit



string
SplitScheme Method
Splits the scheme from the rest of the path using the Scheme Separator.
Syntax
'Declaration
 
Public Shared Function SplitScheme( _
   ByVal itemFullPath As String _
) As String()
'Usage
 
Dim itemFullPath As String
Dim value() As String
 
value = PathUtil.SplitScheme(itemFullPath)
public static string[] SplitScheme( 
   string itemFullPath
)
public:
static array<String^>^ SplitScheme( 
   String^ itemFullPath
) 

Parameters

itemFullPath
string

Return Value

string array
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also