PathCollectionGetDomainFromUNCPath Method |
Returns the domain name from a UNC path
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static string GetDomainFromUNCPath(
string aPath
)
Public Shared Function GetDomainFromUNCPath (
aPath As String
) As String
public:
static String^ GetDomainFromUNCPath(
String^ aPath
)
static member GetDomainFromUNCPath :
aPath : string -> string Parameters
- aPath String
- A UNC path.
Return Value
StringThe domain part of a UNC path. null if the given path is not a UNC path.
See Also