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, string)
| 740 | // String takes a ref.Val and a string representing the current locale identifier |
| 741 | // and returns the Val formatted as a string, or an error if one occurred. |
| 742 | String(ref.Val, string) (string, error) |
| 743 | |
| 744 | // Decimal takes a ref.Val and a string representing the current locale identifier |
| 745 | // and returns the Val formatted as a decimal integer, or an error if one occurred. |
no outgoing calls