You are here: Symbol Reference > Stimulsoft.Report.Components.TextFormats Namespace > StiCurrencyFormatService Class > StiCurrencyFormatService Members
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiCurrencyFormatService Members

The following tables list the members exposed by StiCurrencyFormatService.

 
Name 
Description 
 
This is Clone, a member of class StiNumberFormatService. 
 
internal static void AddHashCode(ref UInt32 checkSum, int hashValue) { UInt32 value = (UInt32)hashValue; checkSum = CrcTable[(checkSum ^ (value & 0xFF)) & 0xFF] ^ (checkSum >> 8); checkSum = CrcTable[(checkSum ^ ((value >> 8) & 0xFF)) & 0xFF] ^ (checkSum >> 8); checkSum = CrcTable[(checkSum ^ ((value >> 16) & 0xFF)) & 0xFF] ^ (checkSum >> 8); checkSum = CrcTable[(checkSum ^ ((value >> 24) & 0xFF)) & 0xFF] ^ (checkSum >> 8); 
 
This is Equals, a member of class StiCurrencyFormatService. 
 
Formats the specified object in order of regulations and returns a string.  
 
This is the overview for the Format method overload. 
 
This is GetHashCode, a member of class StiCurrencyFormatService. 
 
This is LoadFromJsonObject, a member of class StiCurrencyFormatService. 
 
This is LoadFromJsonObjectInternal, a member of class StiFormatService. 
 
This is SaveToJsonObject, a member of class StiCurrencyFormatService. 
 
This is the overview for the StiCurrencyFormatService constructor overload. 
 
This is the overview for the StiNumberFormatService constructor overload. 
 
This is ToString, a member of class StiFormatService. 
 
Name 
Description 
 
This is FillLocalSetting, a member of class StiNumberFormatService. 
 
Name 
Description 
 
Gets or sets indicates the number of decimal places to use in currency values.  
 
Gets or sets the string to use as the decimal separator in currency values.  
 
Gets or sets the string that separates groups of digits to the left of the decimal in currency values.  
 
Gets or sets the number of digits in group to the left of the decimal in currency values.  
 
This is IsDefault, a member of class StiFormatService. 
 
Internal use only.  
 
Returns native format string.  
 
DefaultValue(1) 
 
Gets or sets string value to show the value null.  
 
internal readonly static uint CrcSeed = 0xFFFFFFFF; internal readonly static uint[] CrcTable = new uint[] { 0x00000000, 0x77073096, 0xEE0E612C, 0x990951BA, 0x076DC419, 0x706AF48F, 0xE963A535, 0x9E6495A3, 0x0EDB8832, 0x79DCB8A4, 0xE0D5E91E, 0x97D2D988, 0x09B64C2B, 0x7EB17CBD, 0xE7B82D07, 0x90BF1D91, 0x1DB71064, 0x6AB020F2, 0xF3B97148, 0x84BE41DE, 0x1ADAD47D, 0x6DDDE4EB, 0xF4D4B551, 0x83D385C7, 0x136C9856, 0x646BA8C0, 0xFD62F97A, 0x8A65C9EC, 0x14015C4F, 0x63066CD9, 0xFA0F3D63, 0x8D080DF5, 0x3B6E20C8, 0x4C69105E, 0xD56041E4, 0xA2677172, 0x3C03E4D1, 0x4B04D447, 0xD20D85FD, 0xA50AB56B, 0x35B5A8FA, 0x42B2986C, 0xDBBBC9D6, 0xACBCF940, 0x32D86CE3, 0x45DF5C75, 0xDCD60DCF, 0xABD13D59, 0x26D930AC, 0x51DE003A, 0xC8D75180, 0xBFD06116, 0x21B4F4B5, 0x56B3C423, 0xCFBA9599, 0xB8BDA50F, 0x2802B89E, 0x5F058808, 0xC60CD9B2, 0xB10BE924, 0x2F6F7C87, 0x58684C11, 0xC1611DAB, 0xB6662D3D, 0x76DC4190, 0x01DB7106, 0x98D220BC, 0xEFD5102A, 0x71B18589, 0x06B6B51F, 0x9FBFE4A5, 0xE8B8D433, 0x7807C9A2, 0x0F00F934, 0x9609A88E, 0xE10E9818, 0x7F6A0DBB, 0x086D3D2D, 0x91646C97, 0xE6635C01, 0x6B6B51F4, 0x1C6C6162, 0x856530D8, 0xF262004E,... more 
 
DefaultValue(1) 
 
Gets value to show a sample of formatting.  
 
Gets a service category.  
 
Gets a service name.  
 
Gets a service type.  
 
This is State, a member of class StiNumberFormatService. 
 
Gets or sets string of formatting.  
 
Gets or sets a currency symbol.  
 
Gets or sets value indicates it is necessary to use a group separator.  
 
Gets or sets value indicates it is necessary to use local settings.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.