Share via


PBAEnterprisePortalMain.pbaValue2str Method [AX 2012]

Converts the value of a variable into a string.

Syntax

private str pbaValue2str(anytype _value, Types _dataType)

Run On

Server

Parameters

  • _value
    Type: anytype
    The specified value.

Return Value

Type: str
A string representation of the value.

Remarks

This is used when generating XML.

See Also

Reference

PBAEnterprisePortalMain Class