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