AcManager.Tools.Helpers.Api.CmHelpersProvider.GetAddress C# (CSharp) Method

GetAddress() public static method

public static GetAddress ( [ path ) : string
path [
return string
        public static string GetAddress([Localizable(false)] string path) {
            return InternalUtils.CmGetAddress(path);
        }
    }
CmHelpersProvider