There are lots of Management Codeunit in D365 Business Central. Let us talk about one of them which is StringConversionManagement Codeunit. There are currently four procedures in this Codeunit that you can call:
– WindowsToASCII
– GetPaddedString
– RemoveDecimalFromString
– RemoveNonAlphaNumericCharacters
Let’s look at it one by one.
WindowsToASCII
This procedure is used to convert text into…
Continue Reading thatnavguy’s Article on their blog
D365 Business Central : StringConversionManagement Codeunit – That NAV Guy
There are lots of Codeunit in D365 Business Central. Let us talk about one of them which is StringConversionManagement Codeunit. There are currently four procedures in this Codeunit that you can call:- WindowsToASCII- GetPaddedString- RemoveDecimalFromString- RemoveNonAlphaNumericCharactersLet’s look at it one by one.
Blog Syndicated with thatnavguy’s Permission