public static string FormatCurrency( decimal value, int scale )
Public Shared Function FormatCurrency ( _ value As Decimal, _ scale As Integer _ ) As String
public: static String^ FormatCurrency( Decimal value, int scale )