NameSpaceUtilities.GetSafeNameSpaceFromPath(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a path like a/b/c/d to namespace like a.b.c.d
public static string GetSafeNameSpaceFromPath (string path, string namespacePrefix = default);
static member GetSafeNameSpaceFromPath : string * string -> string
Public Shared Function GetSafeNameSpaceFromPath (path As String, Optional namespacePrefix As String = Nothing) As String
Parameters
- path
- String
- namespacePrefix
- String