Share via


PBAEnterprisePortalMain::pbaNoYes2str Method [AX 2012]

Converts a NoYes enumeration value to an English string independent of the current selected language.

Syntax

server public static str pbaNoYes2str(NoYes _noYes)

Run On

Server

Parameters

Return Value

Type: str
A string value that corresponds to the enumeration value passed as argument.

Exceptions

Exception Condition
Error

An unknown NoYes enumeration value is passed as an argument.

Remarks

The Product Builder on EP has a dependency on this method.

See Also

Reference

PBAEnterprisePortalMain Class