C# Class System.Tests.StringTests.TestFormatter

Inheritance: IFormatProvider, ICustomFormatter
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
Format ( string format, object arg, IFormatProvider formatProvider ) : string
GetFormat ( Type formatType ) : object

Method Details

Format() public method

public Format ( string format, object arg, IFormatProvider formatProvider ) : string
format string
arg object
formatProvider IFormatProvider
return string

GetFormat() public method

public GetFormat ( Type formatType ) : object
formatType System.Type
return object