Click or drag to resize

imbStringFormats Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Formatting strings
Inheritance Hierarchy
SystemObject
  imbSCI.Core.extensions.textimbStringFormats

Namespace:  imbSCI.Core.extensions.text
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class imbStringFormats
Request Example View Source

The imbStringFormats type exposes the following members.

Methods
  NameDescription
Public methodStatic memberArbitraryToDecimalSystem
Converts the given number from the numeral system with the specified radix (in the range [2, 36]) to decimal numeral system.
Public methodStatic memberCountDecimalDigits
Counts the digits.
Public methodStatic memberDecimalToArbitrarySystem
Converts the given decimal number to the numeral system with the specified radix (in the range [2, 36]).
Public methodStatic memberDecimalToOrdinalLetterSystem
Public methodStatic membergetDoubleSafe
Public methodStatic membergetFileSizeScaled
Public methodStatic membergetGByteCountFormated
Public methodStatic membergetInt32Safe
Vraca Int32 na bezbedan nacin
Public methodStatic membergetKByteCountFormated
Public methodStatic membergetMByteCountFormated
Gets the m byte count formated.
Public methodStatic membergetSeconds
Miliseconds into seconds decimal - V3.2: Pretvara milisekunde u sekunde
Public methodStatic membergetStringMemByteSize
Gets the size of the string in bytes (encoded to: UTF8) in well formated string. For order byteSizes
Public methodStatic memberGetTextualLength(Double)
Public methodStatic memberGetTextualLength(Int32)
Public methodStatic membergetTimeSecString(Double, String, Int32)
V3.2: Pretvara milisekunde u sekundni string
Public methodStatic membergetTimeSecString(Int64, String, Int32)
Gets the time seconds string.
Public methodStatic membergetToStringDFormat
Gets the proper to string number dn.
Public methodStatic memberimbGetPercentage
Vraca formatiran procenat od zadatih brojeva
Public methodStatic memberimbGetPercentageDouble
Vraca procenat od zadatih brojeva, zaokruzen na dve decimale
Public methodStatic memberOrdinalLetterToDecimalSystem
Public methodStatic membertoExpressionString
Returns expression-ready string, wrapped in proper quotes if required
Public methodStatic membertoNumberedListPrefix
To the numbered list prefix.
Public methodStatic membertoPrefixedMultiline
Reformats multiline string by adding specified prefix.
Public methodStatic membertoStringSafe(Object)
Public methodStatic membertoStringSafe(Object, String)
Public methodStatic membertoStringSafe(Object, String, String)
Bezbedna konverzija u String -- ako je null onda valueForNull
Public methodStatic memberwriteFileSize
Top
Fields
  NameDescription
Public fieldStatic member_numOnly
Regex za selektovanje brojeva
Public fieldStatic memberbyteSizes
The byte sizes
Public fieldStatic memberordinalLetterBase
Top
See Also