Click or drag to resize

UtilityMethods Class

This class contains utility methods, that cannot be logically placed in any other class.
Inheritance Hierarchy
System Object
Spire.Xls.Core.Spreadsheet UtilityMethods

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public sealed class UtilityMethods

The UtilityMethods type exposes the following members.

Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method Static member SpecialSymbolConvertForStyleName
Converts special symbols in a string to their corresponding hexadecimal values.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Public field Static member StandardResolution
This is the default resolution for images we create. We should specify it on all bitmaps we create because new bitmaps default to the current screen resolution.
Top
See Also