Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The StringUtils type exposes the following members.

Constructors

  NameDescription
StringUtils
Initializes a new instance of the StringUtils class

Methods

  NameDescription
BreakLinesOverloaded.
ByteArrayToHexString
Convert a byte array to a hex string of 2 hex digits per byte.
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.)
HexStringToByteArray
Convert a hex string to a byte array.
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