System.Text.Tests.StringBuilderTests.CustomFormatter.GetFormat C# (CSharp) Méthode

GetFormat() public méthode

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