CodeGenerator::GenerateDecimalValue Method (Decimal)

 

Generates code for the specified decimal value.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void GenerateDecimalValue(
	Decimal d
)

Parameters

d
Type: System::Decimal

The decimal value to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: