LogViewer.RegistryPersister.Key C# (CSharp) Method

Key() private method

private Key ( int i ) : string
i int
return string
        string Key(int i)
        {
            return i.ToString("00");
        }