PBAEnterprisePortalMain.pbaValue2str Method [AX 2012]

Converts the value of a variable into a string.

private str pbaValue2str(anytype _value, Types _dataType)

Run On

Server

Parameters

_value
Type: anytype
The specified value.
_dataType
Type: Types Enumeration
The type of the variable.

Return Value

Type: str
A string representation of the value.

This is used when generating XML.

Community Additions

ADD
Show: