Function DisplayFormat
Outputs a value with a specific format
DisplayFormat([VALUE],[FORMAT])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | any | required | n/a | VALUE | The value to format |
2 | string | required | n/a | FORMAT | The format to apply |
Returns
The formatted value
Examples
Please see the following link for available formats in .NET
https://docs.microsoft.com/en-us/dotnet/standard/base-types/formatting-types