FormatControllerFormat Method

POST /Format/ Formats the requested value to the specified format string.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("Index")]
public IActionResult Format(
	[FromBodyAttribute] FormatOptionsData options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsFormatOptionsData
A FormatOptionsData object with the options to use.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: IActionResult
A list of strings containing the formatted value, or a status code indicating the problem.
See Also