System.Text.Tests.StringBuilderTests.CustomFormatter.GetFormat C# (CSharp) Method

GetFormat() public method

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