Exemple #1
0
        public string ToString(INewIdFormatter formatter, bool sequential = false)
        {
            byte[] bytes = sequential ? GetSequentialFormatteryArray() : GetFormatteryArray();

            return(formatter.Format(bytes));
        }