AsterixDisplayAnalyser.BitExtractor.GetTo32Char C# (CSharp) 메소드

GetTo32Char() 공개 메소드

public GetTo32Char ( string In ) : string
In string
리턴 string
        public string GetTo32Char(string In)
        {
            return In.PadLeft(32, '0');
        }