Codeunit StringConversionManagement
ID 47
Namespace: System.Text
Methods
WindowsToASCII
procedure WindowsToASCII(InText: Text): Text
Parameters
| Name |
Type |
Description |
|
InText
|
Text
|
|
Returns
GetPaddedString
procedure GetPaddedString(StringToModify: Text[250], PadLength: Integer, PadCharacter: Text[1], Justification: Option): Text[250]
Parameters
| Name |
Type |
Description |
|
StringToModify
|
Text[250]
|
|
|
PadLength
|
Integer
|
|
|
PadCharacter
|
Text[1]
|
|
|
Justification
|
Option
|
|
Returns
| Type |
Description |
|
Text[250]
|
|
RemoveDecimalFromString
procedure RemoveDecimalFromString(StringToModify: Text[250], PadLength: Integer, PadCharacter: Text[1], Justification: Option): Text[250]
Parameters
| Name |
Type |
Description |
|
StringToModify
|
Text[250]
|
|
|
PadLength
|
Integer
|
|
|
PadCharacter
|
Text[1]
|
|
|
Justification
|
Option
|
|
Returns
| Type |
Description |
|
Text[250]
|
|
RemoveNonAlphaNumericCharacters
procedure RemoveNonAlphaNumericCharacters(InputString: Text): Text
Parameters
| Name |
Type |
Description |
|
InputString
|
Text
|
|
Returns
See also