String takes a ref.Val and a string representing the current locale identifier and returns the Val formatted as a string, or an error if one occurred.
(ref.Val)
| 640 | // String takes a ref.Val and a string representing the current locale identifier |
| 641 | // and returns the Val formatted as a string, or an error if one occurred. |
| 642 | String(ref.Val) (string, error) |
| 643 | |
| 644 | // Decimal takes a ref.Val and a string representing the current locale identifier |
| 645 | // and returns the Val formatted as a decimal integer, or an error if one occurred. |
no outgoing calls
no test coverage detected