Share via


TaxReportToAscii347.convert Method [AX 2012]

Removes special characters from the string by replacing them with spaces or their unaccented counterparts.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          private str convert(str _value)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private str convert(str _value)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public str convert(str _value)

  Microsoft Dynamics AX 2012 (FPK)
          public str convert(str _value)

  Microsoft Dynamics AX 2012 (SYS)
          public str convert(str _value)

Run On

Server

Parameters

  • _value
    Type: str
    A string from which special characters have to be removed.

Return Value

Type: str
The string after special characters have been removed.

See Also

Reference

TaxReportToAscii347 Class