Пример #1
0
        public string Build()
        {
            var sampleType = !string.IsNullOrEmpty(SampleType) ? $"_{SampleType.ToFixLength(3)}" : "";

            return($"{LineCode}_{OrderNumber.ToFixLength(15)}_{OrderDate.ToFixLength()}{sampleType}{LF}");
        }