AJE Components
StringExtensions MembersAJE Data Report Engine Help

The StringExtensions type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCompress
Public methodStatic memberDecompress
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberFixLineBreakForWeb
Public methodStatic memberFixSpaceForWeb
Public methodStatic memberFixTabsForWeb
Public methodStatic memberGetDataFormat
Functions gets the Data Format of the Text.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStatic memberIsRTFText
Function returns True if the Text is in RTF Format.
Public methodStatic memberLPad(String, Int32, Char)
Public methodStatic memberLPad(String, Int32, String)
Public methodStatic memberLTrim
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberReplaceNonPrintableCharacters
Public methodStatic memberRPad(String, Int32, Char)
Public methodStatic memberRPad(String, Int32, String)
Public methodStatic memberRTrim
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberTrimWhiteSpace
Trims whitespaces including non printing whitespaces like carriage returns, line feeds, and form feeds
Back to Top
See Also