public static string DecimalRound( decimal Value, int DecimalPlaces )
Public Shared Function DecimalRound ( _ Value As Decimal, _ DecimalPlaces As Integer _ ) As String
public: static String^ DecimalRound( Decimal^ Value, int^ DecimalPlaces )