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
Tag Archives: String
Do you get a fuzzy feeling when you’re comparing strings in AL?
What do you do when you need to determine if two strings are almost the same? Check it out in the video:
Search for a string (or a TAG) in .al files with Powershell
Migrating, upgrading, recoding & refactoring the older versions of Dynamics NAV to Business Central you will (or can find) find a lot of documentation tracked both in the Documentation and development notes \ TAG sections within the code.
Two generations of string functions in AL
In this video, I take a look at the new set of string functions that AL has gained over C/AL.
Video: Hacks with the Query String
I finally got my youtube setup running, here’s the first video, Hacks with the Query String.
Convert String to Char array in AL code
Convert String to Char array in AL code
Power BI Custom Format String Examples, Part 2: Dates And Times
In my last post I showed lots of examples of how Power BI’s new custom format string feature can be used to format numbers. This post, looking at dates and times, will be a bit different for two reasons: there are a lot more useful examples of custom date and time formats built into Power BI Desktop, and some of the format placeholders listed in the VBA documentation aren’t supported in Power BI.