This document is archived and information here might be outdated. Recommended version. |
The label appended to the formatted rate number.
[Visual Basic .NET]
Public Property RateString As String
[C#]
public string RateString {get; set;}
[C++]
HRESULT get_RateString(
BSTR str
);
[C++]
HRESULT put_RateString(
System.String* str
);
[C++] Parameters str [in]
str is a parameter of type BSTR str [out, retval]
str is a parameter of type BSTR*
The RateString property sets or returns a string value (default: null) that is appended to the formatted output returned from the ValueToString method in the associated INumberFormat interface. The StringToValue method strips the RateString out and returns only the numerical value.
IRateFormat Interface | CurrencyFormat Class | IScientificNumberFormat Interface | FractionFormat Class | IPercentageFormat Interface | INumericFormat Interface | IFractionFormat Interface | NumericFormat Class | IAngleFormat Interface | LatLonFormat Class | ICustomNumberFormat Interface | PercentageFormat Class | ILatLonFormat2 Interface | ILatLonFormat Interface | RateFormat Class | IRateFormat Interface | CustomNumberFormat Class | INumberFormat Interface | ScientificFormat Class | AngleFormat Class