C# Class MonoTests.System.ParseTest

Exibir arquivo Open project: kumpera/mono

Public Properties

Property Type Description
d Decimal
exceptionFlag bool
str String
style NumberStyles

Public Methods

Method Description
ParseTest ( String str, Decimal d ) : NUnit.Framework
ParseTest ( String str, Decimal d, NumberStyles style ) : NUnit.Framework
ParseTest ( String str, bool exceptionFlag ) : NUnit.Framework

Method Details

ParseTest() public method

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

ParseTest() public method

public ParseTest ( String str, Decimal d, NumberStyles style ) : NUnit.Framework
str String
d Decimal
style NumberStyles
return NUnit.Framework

ParseTest() public method

public ParseTest ( String str, bool exceptionFlag ) : NUnit.Framework
str String
exceptionFlag bool
return NUnit.Framework

Property Details

d public_oe property

public Decimal d
return Decimal

exceptionFlag public_oe property

public bool exceptionFlag
return bool

str public_oe property

public String str
return String

style public_oe property

public NumberStyles style
return NumberStyles