Class BaseRecordComponentAbstract
Methods
FormatField
- FormatField(entityFieldInfo, value, decimals?, currency?): string
Parameters
- entityFieldInfo: EntityFieldInfo
- value: any
- decimals: number = 2
- currency: string = 'USD'
Returns string
FormatValue
- FormatValue(fieldName, decimals?, currency?): string
Parameters
- fieldName: string
- decimals: number = 2
- currency: string = 'USD'
Returns string