ArcObjects Library Reference  (System)    

IRateFormat.RateString Property

The label appended to the formatted rate number.

[Visual Basic 6.0]
Property RateString As String
[Visual Basic .NET]
Public Property RateString As String
[C#]
public string RateString {get; set;}
[Java]
public String getRateString()
throws
    IOException,
    AutomationException
[Java]
public void setRateString(
String RateString
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_RateString(
  BSTR* str
);
[C++]
HRESULT put_RateString(
  BSTR str

);

[C++]

Parameters

str [out, retval]

  str is a parameter of type BSTR

str [in]

  str is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

IRateFormat Interface | IFractionFormat Interface | AngleFormat Class | IAngleFormat Interface | IPercentageFormat Interface | ICustomNumberFormat Interface | CurrencyFormat Class | LatLonFormat Class | FractionFormat Class | IRateFormat Interface | RateFormat Class | ILatLonFormat2 Interface | NumericFormat Class | CustomNumberFormat Class | INumericFormat Interface | PercentageFormat Class | IScientificNumberFormat Interface | ILatLonFormat Interface | INumberFormat Interface | ScientificFormat Class

Example

RateFormat Example

 


Feedback Send feedback on this page