Codeunit 10 Type Helper in 25
- App
- Base Application
- Namespace
- System.Reflection
Versions171819202122232425262728latest
Source29
Procedures, 74
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Evaluate | (var Variant, Text, Text, Text) | Boolean | public | - |
| GetLocalizedMonthToInt | (Text) | Integer | public | - |
| CompareDateTime | (DateTime, DateTime) | Integer | public | - |
| FormatDate | (Date, Integer) | Text | public | - |
| FormatDateWithCurrentCulture | (Date) | Text | public | - |
| GetHMSFromTime | (var Integer, var Integer, var Integer, Time) | public | - | |
| IsLeapYear | (Date) | Boolean | public | - |
| LanguageIDToCultureName | (Integer) | Text | public | - |
| GetCultureName | () | Text | public | - |
| GetOptionNo | (Text, Text) | Integer | public | - |
| GetOptionNoFromTableField | (Text, Integer, Integer) | Integer | public | - |
| GetNumberOfOptions | (Text) | Integer | public | - |
| OptionsAreEqual | (Text, Text) | Boolean | public | - |
| IsNumeric | (Text) | Boolean | public | - |
| GetField | (Integer, Integer, var Record Field) | Boolean | public | - |
| GetFieldLength | (Integer, Integer) | Integer | public | - |
| TestFieldIsNotObsolete | (Record Field) | public | - | |
| IsPhoneNumber | (Text) | Boolean | public | - |
| GetUserTimezoneOffset | (var Duration) | Boolean | public | - |
| GetUserClientTypeOffset | (var Duration) | public | - | |
| GetTimezoneOffset | (var Duration, Text) | public | - | |
| EvaluateUnixTimestamp | (BigInteger) | DateTime | public | - |
| EvaluateUTCDateTime | (Text) | DateTime | public | - |
| FormatDateTime | (DateTime, Text, Text) | Text | public | - |
| FormatUtcDateTime | (DateTime, Text, Text) | Text | public | - |
| GetCurrUTCDateTime | () | DateTime | public | - |
| GetCurrUTCDateTimeAsText | () | Text | public | - |
| AddHoursToDateTime | (DateTime, Integer) | DateTime | public | - |
| FormatDecimal | (Decimal, Text, Text) | Text | public | - |
| UrlEncode | (var Text) | Text | public | - |
| UrlDecode | (var Text) | Text | public | - |
| HtmlEncode | (var Text) | Text | public | - |
| HtmlDecode | (var Text) | Text | public | - |
| UriEscapeDataString | (Text) | Text | public | - |
| UriGetAuthority | (Text) | Text | public | - |
| GetKeyAsString | (Variant, Integer) | Text | public | - |
| ReadAsTextWithSeparator | (InStream, Text) | Text | public | - |
| TryReadAsTextWithSeparator | (InStream, Text, var Text) | Boolean | public | - |
| CRLFSeparator | () | Text[2] | public | - |
| LFSeparator | () | Text[1] | public | - |
| SortRecordRef | (var RecordRef, Text, Boolean) | public | - | |
| TextDistance | (Text, Text) | Integer | public | - |
| NewLine | () | Text | public | - |
| GetMaxNumberOfParametersInSQLQuery | () | Integer | public | - |
| BitwiseAnd | (Integer, Integer) | Integer | public | - |
| BitwiseOr | (Integer, Integer) | Integer | public | - |
| BitwiseXor | (Integer, Integer) | Integer | public | - |
| GetFormattedCurrentDateTimeInUserTimeZone | (Text) | Text | public | - |
| GetCurrentDateTimeInUserTimeZone | () | DateTime | public | - |
| ConvertDateTimeFromUTCToTimeZone | (DateTime, Text) | DateTime | public | - |
| IntToHex | (Integer) | Text | public | - |
| Maximum | (Decimal, Decimal) | Decimal | public | - |
| Minimum | (Decimal, Decimal) | Decimal | public | - |
| TransferFieldsWithValidate | (var Record Field Buffer, Variant, var RecordRef) | public | - | |
| CalculateLog | (Decimal) | Decimal | public | - |
| GetAmountFormatLCYWithUserLocale | () | Text | public | - |
| GetAmountFormatWithUserLocale | (Text[10]) | Text | public | - |
| GetAmountFormat | (Integer, Text[10]) | Text | public | - |
| GetXMLAmountFormatWithTwoDecimalPlaces | () | Text | public | - |
| GetXMLDateFormat | () | Text | public | - |
| GetCurrUTCDateTimeISO8601 | () | Text | public | - |
| CopyRecVariantToRecRef | (Variant, var RecordRef) | public | - | |
| IsDigit | (Char) | Boolean | public | - |
| IsUpper | (Char) | Boolean | public | - |
| TryReadAsTextWithSepAndFieldErrMsg | (InStream, Text, Text) | Text | public | - |
| FormatDate | (Date, Text, Text) | Text | public | - |
| GetDefaultAmountFormat | () | Text | internal | - |
| GetInputDateTimeInUserTimeZone | (DateTime) | DateTime | public | - |
| ConvertDateTimeFromInputTimeZoneToClientTimezone | (DateTime, Text) | DateTime | public | - |
| GetAmountFormatLCYWithUserLocale | (Integer) | Text | public | - |
| GetAmountFormatWithUserLocale | (Text[10], Integer) | Text | public | - |
| GetAmountFormat | (Integer, Text[10], Integer) | Text | public | - |
| GetAmountFormatDecimalPlaces | (Integer, Text[10], Integer) | Text | public | - |
| GetDefaultAmountFormat | (Integer) | Text | internal | - |
Events, 2
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeGetFieldLength | (var Record Field, var Integer, var Boolean) | - |
| Integration event | OnBeforeGetField | (Integer, Integer, var Record Field, var Boolean, var Boolean) | - |