StiFunctionsStrings Class

Namespace: Stimulsoft.Report.Dictionary

Methods

Method Returns Description
ABC static string  
Arabic static (+2 overloads) string  
Compare static int  
ConvertToBase64String static string Converts the specified string to a Base64 encoded string.
DateToStr static (+3 overloads) string  
DateToStrPl static string  
DateToStrPt static string  
DateToStrPtBr static string  
DateToStrRu static (+1 overloads) string  
DateToStrUa static (+1 overloads) string  
Insert static string  
Left static string  
Length static int  
Mid static string  
ParseDateTime static DateTime?  
ParseDecimal static decimal  
ParseDouble static double  
ParseLong static long  
Persian static (+2 overloads) string  
Remove static (+1 overloads) string  
Replace static string  
Right static string  
Roman static (+1 overloads) string  
StrToDateTime static DateTime  
StrToNullableDateTime static DateTime?  
Substring static string  
ToCurrencyWords static (+23 overloads) string  
ToCurrencyWordsAr static (+1 overloads) string  
ToCurrencyWordsBg static (+5 overloads) string  
ToCurrencyWordsEnGb static (+1 overloads) string  
ToCurrencyWordsEnIn static (+1 overloads) string  
ToCurrencyWordsEs static (+3 overloads) string  
ToCurrencyWordsFr static (+1 overloads) string  
ToCurrencyWordsNl static (+1 overloads) string  
ToCurrencyWordsPl static (+1 overloads) string  
ToCurrencyWordsPt static (+5 overloads) string  
ToCurrencyWordsPtBr static (+3 overloads) string  
ToCurrencyWordsRu static (+11 overloads) string  
ToCurrencyWordsThai static (+2 overloads) string  
ToCurrencyWordsTr static (+3 overloads) string  
ToCurrencyWordsUa static (+8 overloads) string  
ToCurrencyWordsZh static (+1 overloads) string  
ToLowerCase static string  
ToOrdinal static (+1 overloads) string  
ToProperCase static string  
ToUpperCase static string  
ToWords static (+11 overloads) string  
ToWordsAr static (+1 overloads) string  
ToWordsBg static (+2 overloads) string  
ToWordsEnIn static (+1 overloads) string  
ToWordsEs static (+3 overloads) string  
ToWordsFa static (+1 overloads) string  
ToWordsPl static (+1 overloads) string  
ToWordsPt static (+1 overloads) string  
ToWordsRu static (+5 overloads) string  
ToWordsTr static (+1 overloads) string  
ToWordsUa static (+5 overloads) string  
ToWordsZh static (+1 overloads) string  
Trim static string  
TrimEnd static string  
TrimStart static string  
TryParseDateTime static bool  
TryParseDecimal static bool  
TryParseDouble static bool  
TryParseLong static bool  

Method Details

ABC static

ABC(value: int): string

Parameters

  • value (int)

Returns string


Arabic static

Arabic(value: int): string

Parameters

  • value (int)

Returns string


Arabic(value: double): string

Parameters

  • value (double)

Returns string


Arabic(value: string): string

Parameters

  • value (string)

Returns string


Compare static

Compare(str1: string, str2: string): int

Parameters

  • str1 (string)
  • str2 (string)

Returns int


ConvertToBase64String static

ConvertToBase64String(value: string): string

Converts the specified string to a Base64 encoded string.

Parameters

  • value (string) — The string to be converted to Base64.

Returns string — A Base64 encoded string representation of the input string.


DateToStr static

DateToStr(value: DateTime): string

Parameters

  • value (DateTime)

Returns string


DateToStr(value: DateTime, upperCase: bool): string

Parameters

  • value (DateTime)
  • upperCase (bool)

Returns string


DateToStr(value: DateTime?): string

Parameters

  • value (DateTime?)

Returns string


DateToStr(value: DateTime?, upperCase: bool): string

Parameters

  • value (DateTime?)
  • upperCase (bool)

Returns string


DateToStrPl static

DateToStrPl(value: DateTime, upperCase: bool): string

Parameters

  • value (DateTime)
  • upperCase (bool)

Returns string


DateToStrPt static

DateToStrPt(value: DateTime): string

Parameters

  • value (DateTime)

Returns string


DateToStrPtBr static

DateToStrPtBr(value: DateTime): string

Parameters

  • value (DateTime)

Returns string


DateToStrRu static

DateToStrRu(value: DateTime): string

Parameters

  • value (DateTime)

Returns string


DateToStrRu(value: DateTime, upperCase: bool): string

Parameters

  • value (DateTime)
  • upperCase (bool)

Returns string


DateToStrUa static

DateToStrUa(value: DateTime): string

Parameters

  • value (DateTime)

Returns string


DateToStrUa(value: DateTime, upperCase: bool): string

Parameters

  • value (DateTime)
  • upperCase (bool)

Returns string


Insert static

Insert(str: object, startIndex: int, value: object): string

Parameters

  • str (object)
  • startIndex (int)
  • value (object)

Returns string


Left static

Left(str: object, length: int): string

Parameters

  • str (object)
  • length (int)

Returns string


Length static

Length(str: object): int

Parameters

  • str (object)

Returns int


Mid static

Mid(str: object, startIndex: int, length: int): string

Parameters

  • str (object)
  • startIndex (int)
  • length (int)

Returns string


ParseDateTime static

ParseDateTime(value: string): DateTime?

Parameters

  • value (string)

Returns DateTime?


ParseDecimal static

ParseDecimal(value: string): decimal

Parameters

  • value (string)

Returns decimal


ParseDouble static

ParseDouble(value: string): double

Parameters

  • value (string)

Returns double


ParseLong static

ParseLong(value: string): long

Parameters

  • value (string)

Returns long


Persian static

Persian(value: int): string

Parameters

  • value (int)

Returns string


Persian(value: double): string

Parameters

  • value (double)

Returns string


Persian(value: string): string

Parameters

  • value (string)

Returns string


Remove static

Remove(str: object, startIndex: int, count: int): string

Parameters

  • str (object)
  • startIndex (int)
  • count (int)

Returns string


Remove(str: object, startIndex: int): string

Parameters

  • str (object)
  • startIndex (int)

Returns string


Replace static

Replace(str: object, oldValue: object, newValue: object): string

Parameters

  • str (object)
  • oldValue (object)
  • newValue (object)

Returns string


Right static

Right(str: object, length: int): string

Parameters

  • str (object)
  • length (int)

Returns string


Roman static

Roman(value: int): string

Parameters

  • value (int)

Returns string


Roman(value: double): string

Parameters

  • value (double)

Returns string


StrToDateTime static

StrToDateTime(value: string): DateTime

Parameters

  • value (string)

Returns DateTime


StrToNullableDateTime static

StrToNullableDateTime(value: string): DateTime?

Parameters

  • value (string)

Returns DateTime?


Substring static

Substring(str: object, startIndex: int, length: int): string

Parameters

  • str (object)
  • startIndex (int)
  • length (int)

Returns string


ToCurrencyWords static

ToCurrencyWords(value: long): string

Parameters

  • value (long)

Returns string


ToCurrencyWords(value: decimal): string

Parameters

  • value (decimal)

Returns string


ToCurrencyWords(value: double): string

Parameters

  • value (double)

Returns string


ToCurrencyWords(value: long, showCents: bool): string

Parameters

  • value (long)
  • showCents (bool)

Returns string


ToCurrencyWords(value: decimal, showCents: bool): string

Parameters

  • value (decimal)
  • showCents (bool)

Returns string


ToCurrencyWords(value: double, showCents: bool): string

Parameters

  • value (double)
  • showCents (bool)

Returns string


ToCurrencyWords(value: long, upperCase: bool, showCents: bool): string

Parameters

  • value (long)
  • upperCase (bool)
  • showCents (bool)

Returns string


ToCurrencyWords(value: decimal, upperCase: bool, showCents: bool): string

Parameters

  • value (decimal)
  • upperCase (bool)
  • showCents (bool)

Returns string


ToCurrencyWords(value: double, upperCase: bool, showCents: bool): string

Parameters

  • value (double)
  • upperCase (bool)
  • showCents (bool)

Returns string


ToCurrencyWords(value: double, upperCase: bool, showCents: bool, dollars: string, cents: string): string

Parameters

  • value (double)
  • upperCase (bool)
  • showCents (bool)
  • dollars (string)
  • cents (string)

Returns string


ToCurrencyWords(value: long, upperCase: bool, showCents: bool, dollars: string, cents: string): string

Parameters

  • value (long)
  • upperCase (bool)
  • showCents (bool)
  • dollars (string)
  • cents (string)

Returns string


ToCurrencyWords(value: decimal, upperCase: bool, showCents: bool, dollars: string, cents: string): string

Parameters

  • value (decimal)
  • upperCase (bool)
  • showCents (bool)
  • dollars (string)
  • cents (string)

Returns string


ToCurrencyWords(value: long?): string

Parameters

  • value (long?)

Returns string


ToCurrencyWords(value: decimal?): string

Parameters

  • value (decimal?)

Returns string


ToCurrencyWords(value: double?): string

Parameters

  • value (double?)

Returns string


ToCurrencyWords(value: long?, showCents: bool?): string

Parameters

  • value (long?)
  • showCents (bool?)

Returns string


ToCurrencyWords(value: decimal?, showCents: bool?): string

Parameters

  • value (decimal?)
  • showCents (bool?)

Returns string


ToCurrencyWords(value: double?, showCents: bool?): string

Parameters

  • value (double?)
  • showCents (bool?)

Returns string


ToCurrencyWords(value: long?, upperCase: bool?, showCents: bool?): string

Parameters

  • value (long?)
  • upperCase (bool?)
  • showCents (bool?)

Returns string


ToCurrencyWords(value: decimal?, upperCase: bool?, showCents: bool?): string

Parameters

  • value (decimal?)
  • upperCase (bool?)
  • showCents (bool?)

Returns string


ToCurrencyWords(value: double?, upperCase: bool?, showCents: bool?): string

Parameters

  • value (double?)
  • upperCase (bool?)
  • showCents (bool?)

Returns string


ToCurrencyWords(value: double?, upperCase: bool?, showCents: bool?, dollars: string, cents: string): string

Parameters

  • value (double?)
  • upperCase (bool?)
  • showCents (bool?)
  • dollars (string)
  • cents (string)

Returns string


ToCurrencyWords(value: long?, upperCase: bool?, showCents: bool?, dollars: string, cents: string): string

Parameters

  • value (long?)
  • upperCase (bool?)
  • showCents (bool?)
  • dollars (string)
  • cents (string)

Returns string


ToCurrencyWords(value: decimal?, upperCase: bool?, showCents: bool?, dollars: string, cents: string): string

Parameters

  • value (decimal?)
  • upperCase (bool?)
  • showCents (bool?)
  • dollars (string)
  • cents (string)

Returns string


ToCurrencyWordsAr static

ToCurrencyWordsAr(value: decimal, currencyBasicUnit: string, currencyFractionalUnit: string): string

Parameters

  • value (decimal)
  • currencyBasicUnit (string)
  • currencyFractionalUnit (string)

Returns string


ToCurrencyWordsAr(value: double, currencyBasicUnit: string, currencyFractionalUnit: string): string

Parameters

  • value (double)
  • currencyBasicUnit (string)
  • currencyFractionalUnit (string)

Returns string


ToCurrencyWordsBg static

ToCurrencyWordsBg(value: long, currencyISO: string): string

Parameters

  • value (long)
  • currencyISO (string)

Returns string


ToCurrencyWordsBg(value: decimal, currencyISO: string): string

Parameters

  • value (decimal)
  • currencyISO (string)

Returns string


ToCurrencyWordsBg(value: double, currencyISO: string): string

Parameters

  • value (double)
  • currencyISO (string)

Returns string


ToCurrencyWordsBg(value: long, currencyISO: string, showCents: bool, upperCase: bool): string

Parameters

  • value (long)
  • currencyISO (string)
  • showCents (bool)
  • upperCase (bool)

Returns string


ToCurrencyWordsBg(value: decimal, currencyISO: string, showCents: bool, upperCase: bool): string

Parameters

  • value (decimal)
  • currencyISO (string)
  • showCents (bool)
  • upperCase (bool)

Returns string


ToCurrencyWordsBg(value: double, currencyISO: string, showCents: bool, upperCase: bool): string

Parameters

  • value (double)
  • currencyISO (string)
  • showCents (bool)
  • upperCase (bool)

Returns string


ToCurrencyWordsEnGb static

ToCurrencyWordsEnGb(number: decimal, currencyISO: string, decimals: int): string

Parameters

  • number (decimal)
  • currencyISO (string)
  • decimals (int)

Returns string


ToCurrencyWordsEnGb(number: double, currencyISO: string, decimals: int): string

Parameters

  • number (double)
  • currencyISO (string)
  • decimals (int)

Returns string


ToCurrencyWordsEnIn static

ToCurrencyWordsEnIn(currencyBasicUnit: string, currencyFractionalUnit: string, value: decimal, decimalPlaces: int, blankIfZero: bool): string

Parameters

  • currencyBasicUnit (string)
  • currencyFractionalUnit (string)
  • value (decimal)
  • decimalPlaces (int)
  • blankIfZero (bool)

Returns string


ToCurrencyWordsEnIn(currencyBasicUnit: string, currencyFractionalUnit: string, value: double, decimalPlaces: int, blankIfZero: bool): string

Parameters

  • currencyBasicUnit (string)
  • currencyFractionalUnit (string)
  • value (double)
  • decimalPlaces (int)
  • blankIfZero (bool)

Returns string


ToCurrencyWordsEs static

ToCurrencyWordsEs(number: decimal, currencyISO: string, decimals: int): string

Parameters

  • number (decimal)
  • currencyISO (string)
  • decimals (int)

Returns string


ToCurrencyWordsEs(number: double, currencyISO: string, decimals: int): string

Parameters

  • number (double)
  • currencyISO (string)
  • decimals (int)

Returns string


ToCurrencyWordsEs(number: decimal, currencyISO: string, decimals: int, female: bool): string

Parameters

  • number (decimal)
  • currencyISO (string)
  • decimals (int)
  • female (bool)

Returns string


ToCurrencyWordsEs(number: double, currencyISO: string, decimals: int, female: bool): string

Parameters

  • number (double)
  • currencyISO (string)
  • decimals (int)
  • female (bool)

Returns string


ToCurrencyWordsFr static

ToCurrencyWordsFr(number: decimal, currencyISO: string, decimals: int): string

Parameters

  • number (decimal)
  • currencyISO (string)
  • decimals (int)

Returns string


ToCurrencyWordsFr(number: double, currencyISO: string, decimals: int): string

Parameters

  • number (double)
  • currencyISO (string)
  • decimals (int)

Returns string


ToCurrencyWordsNl static

ToCurrencyWordsNl(number: decimal, currencyISO: string, decimals: int): string

Parameters

  • number (decimal)
  • currencyISO (string)
  • decimals (int)

Returns string


ToCurrencyWordsNl(number: double, currencyISO: string, decimals: int): string

Parameters

  • number (double)
  • currencyISO (string)
  • decimals (int)

Returns string


ToCurrencyWordsPl static

ToCurrencyWordsPl(value: decimal, currencyISO: string, showCents: bool, upperCase: bool): string

Parameters

  • value (decimal)
  • currencyISO (string)
  • showCents (bool)
  • upperCase (bool)

Returns string


ToCurrencyWordsPl(value: double, currencyISO: string, showCents: bool, upperCase: bool): string

Parameters

  • value (double)
  • currencyISO (string)
  • showCents (bool)
  • upperCase (bool)

Returns string


ToCurrencyWordsPt static

ToCurrencyWordsPt(value: decimal, upperCase: bool, showCents: bool): string

Parameters

  • value (decimal)
  • upperCase (bool)
  • showCents (bool)

Returns string


ToCurrencyWordsPt(value: double, upperCase: bool, showCents: bool): string

Parameters

  • value (double)
  • upperCase (bool)
  • showCents (bool)

Returns string


ToCurrencyWordsPt(value: decimal, upperCase: bool, showCents: bool, dollars: string, cents: string): string

Parameters

  • value (decimal)
  • upperCase (bool)
  • showCents (bool)
  • dollars (string)
  • cents (string)

Returns string


ToCurrencyWordsPt(value: double, upperCase: bool, showCents: bool, dollars: string, cents: string): string

Parameters

  • value (double)
  • upperCase (bool)
  • showCents (bool)
  • dollars (string)
  • cents (string)

Returns string


ToCurrencyWordsPt(value: decimal, upperCase: bool, showCents: bool, iso: string, decimals: int): string

Parameters

  • value (decimal)
  • upperCase (bool)
  • showCents (bool)
  • iso (string)
  • decimals (int)

Returns string


ToCurrencyWordsPt(value: double, upperCase: bool, showCents: bool, iso: string, decimals: int): string

Parameters

  • value (double)
  • upperCase (bool)
  • showCents (bool)
  • iso (string)
  • decimals (int)

Returns string


ToCurrencyWordsPtBr static

ToCurrencyWordsPtBr(value: decimal): string

Parameters

  • value (decimal)

Returns string


ToCurrencyWordsPtBr(value: double): string

Parameters

  • value (double)

Returns string


ToCurrencyWordsPtBr(value: decimal, uppercase: bool, dollars: string, cents: string): string

Parameters

  • value (decimal)
  • uppercase (bool)
  • dollars (string)
  • cents (string)

Returns string


ToCurrencyWordsPtBr(value: double, uppercase: bool, dollars: string, cents: string): string

Parameters

  • value (double)
  • uppercase (bool)
  • dollars (string)
  • cents (string)

Returns string


ToCurrencyWordsRu static

ToCurrencyWordsRu(value: long): string

Parameters

  • value (long)

Returns string


ToCurrencyWordsRu(value: decimal): string

Parameters

  • value (decimal)

Returns string


ToCurrencyWordsRu(value: double): string

Parameters

  • value (double)

Returns string


ToCurrencyWordsRu(value: long, showCents: bool): string

Parameters

  • value (long)
  • showCents (bool)

Returns string


ToCurrencyWordsRu(value: decimal, showCents: bool): string

Parameters

  • value (decimal)
  • showCents (bool)

Returns string


ToCurrencyWordsRu(value: double, showCents: bool): string

Parameters

  • value (double)
  • showCents (bool)

Returns string


ToCurrencyWordsRu(value: decimal, showCents: bool, currency: string): string

Parameters

  • value (decimal)
  • showCents (bool)
  • currency (string)

Returns string


ToCurrencyWordsRu(value: double, showCents: bool, currency: string): string

Parameters

  • value (double)
  • showCents (bool)
  • currency (string)

Returns string


ToCurrencyWordsRu(value: long, showCents: bool, currency: string): string

Parameters

  • value (long)
  • showCents (bool)
  • currency (string)

Returns string


ToCurrencyWordsRu(value: decimal, currency: string, upperCase: bool): string

Parameters

  • value (decimal)
  • currency (string)
  • upperCase (bool)

Returns string


ToCurrencyWordsRu(value: double, currency: string, upperCase: bool): string

Parameters

  • value (double)
  • currency (string)
  • upperCase (bool)

Returns string


ToCurrencyWordsRu(value: long, currency: string, upperCase: bool): string

Parameters

  • value (long)
  • currency (string)
  • upperCase (bool)

Returns string


ToCurrencyWordsThai static

ToCurrencyWordsThai(value: long): string

Parameters

  • value (long)

Returns string


ToCurrencyWordsThai(value: double): string

Parameters

  • value (double)

Returns string


ToCurrencyWordsThai(value: decimal): string

Parameters

  • value (decimal)

Returns string


ToCurrencyWordsTr static

ToCurrencyWordsTr(value: decimal): string

Parameters

  • value (decimal)

Returns string


ToCurrencyWordsTr(value: double): string

Parameters

  • value (double)

Returns string


ToCurrencyWordsTr(value: decimal, currencyName: string, showZeroCents: bool): string

Parameters

  • value (decimal)
  • currencyName (string)
  • showZeroCents (bool)

Returns string


ToCurrencyWordsTr(value: double, currencyName: string, showZeroCents: bool): string

Parameters

  • value (double)
  • currencyName (string)
  • showZeroCents (bool)

Returns string


ToCurrencyWordsUa static

ToCurrencyWordsUa(value: long): string

Parameters

  • value (long)

Returns string


ToCurrencyWordsUa(value: decimal): string

Parameters

  • value (decimal)

Returns string


ToCurrencyWordsUa(value: double): string

Parameters

  • value (double)

Returns string


ToCurrencyWordsUa(value: long, cents: bool): string

Parameters

  • value (long)
  • cents (bool)

Returns string


ToCurrencyWordsUa(value: decimal, cents: bool): string

Parameters

  • value (decimal)
  • cents (bool)

Returns string


ToCurrencyWordsUa(value: double, cents: bool): string

Parameters

  • value (double)
  • cents (bool)

Returns string


ToCurrencyWordsUa(value: decimal, cents: bool, currency: string): string

Parameters

  • value (decimal)
  • cents (bool)
  • currency (string)

Returns string


ToCurrencyWordsUa(value: double, cents: bool, currency: string): string

Parameters

  • value (double)
  • cents (bool)
  • currency (string)

Returns string


ToCurrencyWordsUa(value: long, cents: bool, currency: string): string

Parameters

  • value (long)
  • cents (bool)
  • currency (string)

Returns string


ToCurrencyWordsZh static

ToCurrencyWordsZh(value: decimal): string

Parameters

  • value (decimal)

Returns string


ToCurrencyWordsZh(value: double): string

Parameters

  • value (double)

Returns string


ToLowerCase static

ToLowerCase(str: object): string

Parameters

  • str (object)

Returns string


ToOrdinal static

ToOrdinal(value: double): string

Parameters

  • value (double)

Returns string


ToOrdinal(value: long): string

Parameters

  • value (long)

Returns string


ToProperCase static

ToProperCase(str: object): string

Parameters

  • str (object)

Returns string


ToUpperCase static

ToUpperCase(str: object): string

Parameters

  • str (object)

Returns string


ToWords static

ToWords(value: long): string

Parameters

  • value (long)

Returns string


ToWords(value: decimal): string

Parameters

  • value (decimal)

Returns string


ToWords(value: double): string

Parameters

  • value (double)

Returns string


ToWords(value: long, upperCase: bool): string

Parameters

  • value (long)
  • upperCase (bool)

Returns string


ToWords(value: decimal, upperCase: bool): string

Parameters

  • value (decimal)
  • upperCase (bool)

Returns string


ToWords(value: double, upperCase: bool): string

Parameters

  • value (double)
  • upperCase (bool)

Returns string


ToWords(value: long?): string

Parameters

  • value (long?)

Returns string


ToWords(value: decimal?): string

Parameters

  • value (decimal?)

Returns string


ToWords(value: double?): string

Parameters

  • value (double?)

Returns string


ToWords(value: long?, upperCase: bool?): string

Parameters

  • value (long?)
  • upperCase (bool?)

Returns string


ToWords(value: decimal?, upperCase: bool?): string

Parameters

  • value (decimal?)
  • upperCase (bool?)

Returns string


ToWords(value: double?, upperCase: bool?): string

Parameters

  • value (double?)
  • upperCase (bool?)

Returns string


ToWordsAr static

ToWordsAr(value: decimal): string

Parameters

  • value (decimal)

Returns string


ToWordsAr(value: double): string

Parameters

  • value (double)

Returns string


ToWordsBg static

ToWordsBg(value: long, upperCase: bool): string

Parameters

  • value (long)
  • upperCase (bool)

Returns string


ToWordsBg(value: double, upperCase: bool): string

Parameters

  • value (double)
  • upperCase (bool)

Returns string


ToWordsBg(value: decimal, upperCase: bool): string

Parameters

  • value (decimal)
  • upperCase (bool)

Returns string


ToWordsEnIn static

ToWordsEnIn(value: long, blankIfZero: bool): string

Parameters

  • value (long)
  • blankIfZero (bool)

Returns string


ToWordsEnIn(value: double, blankIfZero: bool): string

Parameters

  • value (double)
  • blankIfZero (bool)

Returns string


ToWordsEs static

ToWordsEs(value: long, upperCase: bool): string

Parameters

  • value (long)
  • upperCase (bool)

Returns string


ToWordsEs(value: double, upperCase: bool): string

Parameters

  • value (double)
  • upperCase (bool)

Returns string


ToWordsEs(value: long, upperCase: bool, female: bool): string

Parameters

  • value (long)
  • upperCase (bool)
  • female (bool)

Returns string


ToWordsEs(value: double, upperCase: bool, female: bool): string

Parameters

  • value (double)
  • upperCase (bool)
  • female (bool)

Returns string


ToWordsFa static

ToWordsFa(value: long): string

Parameters

  • value (long)

Returns string


ToWordsFa(value: double): string

Parameters

  • value (double)

Returns string


ToWordsPl static

ToWordsPl(value: long, upperCase: bool): string

Parameters

  • value (long)
  • upperCase (bool)

Returns string


ToWordsPl(value: double, upperCase: bool): string

Parameters

  • value (double)
  • upperCase (bool)

Returns string


ToWordsPt static

ToWordsPt(value: long, upperCase: bool): string

Parameters

  • value (long)
  • upperCase (bool)

Returns string


ToWordsPt(value: double, upperCase: bool): string

Parameters

  • value (double)
  • upperCase (bool)

Returns string


ToWordsRu static

ToWordsRu(value: long): string

Parameters

  • value (long)

Returns string


ToWordsRu(value: decimal): string

Parameters

  • value (decimal)

Returns string


ToWordsRu(value: double): string

Parameters

  • value (double)

Returns string


ToWordsRu(value: long, upperCase: bool): string

Parameters

  • value (long)
  • upperCase (bool)

Returns string


ToWordsRu(value: decimal, upperCase: bool): string

Parameters

  • value (decimal)
  • upperCase (bool)

Returns string


ToWordsRu(value: double, upperCase: bool): string

Parameters

  • value (double)
  • upperCase (bool)

Returns string


ToWordsTr static

ToWordsTr(value: decimal): string

Parameters

  • value (decimal)

Returns string


ToWordsTr(value: double): string

Parameters

  • value (double)

Returns string


ToWordsUa static

ToWordsUa(value: long): string

Parameters

  • value (long)

Returns string


ToWordsUa(value: decimal): string

Parameters

  • value (decimal)

Returns string


ToWordsUa(value: double): string

Parameters

  • value (double)

Returns string


ToWordsUa(value: long, upperCase: bool): string

Parameters

  • value (long)
  • upperCase (bool)

Returns string


ToWordsUa(value: decimal, upperCase: bool): string

Parameters

  • value (decimal)
  • upperCase (bool)

Returns string


ToWordsUa(value: double, upperCase: bool): string

Parameters

  • value (double)
  • upperCase (bool)

Returns string


ToWordsZh static

ToWordsZh(value: decimal): string

Parameters

  • value (decimal)

Returns string


ToWordsZh(value: double): string

Parameters

  • value (double)

Returns string


Trim static

Trim(str: object): string

Parameters

  • str (object)

Returns string


TrimEnd static

TrimEnd(str: object): string

Parameters

  • str (object)

Returns string


TrimStart static

TrimStart(str: object): string

Parameters

  • str (object)

Returns string


TryParseDateTime static

TryParseDateTime(value: string): bool

Parameters

  • value (string)

Returns bool


TryParseDecimal static

TryParseDecimal(value: string): bool

Parameters

  • value (string)

Returns bool


TryParseDouble static

TryParseDouble(value: string): bool

Parameters

  • value (string)

Returns bool


TryParseLong static

TryParseLong(value: string): bool

Parameters

  • value (string)

Returns bool