C# Class MonoTests.System.ToStringTest

ファイルを表示 Open project: kumpera/mono

Public Properties

Property Type Description
d Decimal
format String
str String

Public Methods

Method Description
ToStringTest ( String format, Decimal d, String str ) : NUnit.Framework

Method Details

ToStringTest() public method

public ToStringTest ( String format, Decimal d, String str ) : NUnit.Framework
format String
d Decimal
str String
return NUnit.Framework

Property Details

d public_oe property

public Decimal d
return Decimal

format public_oe property

public String format
return String

str public_oe property

public String str
return String