Amazon.Runtime.Internal.Settings.PersistenceManager.getFileFromType C# (CSharp) Method

getFileFromType() private static method

private static getFileFromType ( string type ) : string
type string
return string
        private static string getFileFromType(string type)
        {
            return string.Format(CultureInfo.InvariantCulture, @"{0}\{1}.json", GetSettingsStoreFolder(), type);
        }