System.Text.Tests.StringBuilderTests.CustomFormatter.GetFormat C# (CSharp) 메소드

GetFormat() 공개 메소드

public GetFormat ( Type formatType ) : object
formatType Type
리턴 object
            public object GetFormat(Type formatType) => this;
        }
StringBuilderTests.CustomFormatter