Data Types C#

using System;
class DecimalFieldsDemo
{
    public static void Main( )
    {
        Console.WriteLine(Decimal.MinValue );
    }
}