SPFieldCurrency.GetFieldValueAsText Method
Include Protected Members
Include Inherited Members
Returns the field value as plain text.
Overload List
Name | Description | |
---|---|---|
GetFieldValueAsText(Object) | Returns the field value as plain text based on the specified value. (Overrides SPFieldNumber.GetFieldValueAsText(Object).) | |
GetFieldValueAsText(Double, CultureInfo, Int32, SPNumberFormatTypes) | Returns the field value as plain text based on the specified data, culture information, locale ID, and number format. |
Top