You are here: Symbol Reference > Stimulsoft.Report.Components.TextFormats Namespace > StiCustomFormatService Class > StiCustomFormatService Methods > CreateNew Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiCustomFormatService.CreateNew Method
Syntax
C++
C#
Visual Basic
public: StiFormatService CreateNew();

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);

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.