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

The methods of the StiDateFormatService class are listed here.

 
Name 
Description 
 
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 StiDateFormatService. 
 
Formats the specified object in order of regulations and returns a string.  
 
This is GetHashCode, a member of class StiDateFormatService. 
 
This is LoadFromJsonObject, a member of class StiDateFormatService. 
 
This is SaveToJsonObject, a member of class StiDateFormatService. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.