Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

The StringUtils type exposes the following members.

Constructors

  NameDescription
StringUtils
Initializes a new instance of the StringUtils class

Methods

  NameDescription
BreakLinesOverloaded.
DupOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Escape
Format a char to a printable escape if necessary, putting the result into the passed array.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsNullOrEmpty
Returns true if specified string is null or empty, false otherwise.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToBandwidthString
Format the passed bandwidth (in bytes per second) as a String.
ToCharEscape
Format a char to a printable escape if necessary.
ToDecString
Format the passed integer as a fixed-length decimal string.
ToMemorySizeString
Format the passed memory size (in bytes) as a String.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also