PBAEnterprisePortalMain::pbaTypes2str Method [AX 2012]
Converts the Types enumeration value to an English string independent of the current selected language.
server public static str pbaTypes2str(Types _type)
Run On
ServerParameters
- _type
- Type: Types Enumeration
A Types enumeration value.
Return Value
Type: strA string value that corresponds to the enumeration value passed as an argument.
Show: