The Utilities type exposes the following members.

Constructors

  NameDescription
Public methodUtilities
Initializes a new instance of the Utilities class

Methods

  NameDescription
Public methodStatic memberAddToArray
Public methodStatic memberCheckTrueOrFalse
Public methodStatic memberConvertFromUtf32
Public methodStatic memberConvertToUtf32(Char, Char)
Public methodStatic memberConvertToUtf32(array<Char>[]()[][], Int32)
Public methodStatic memberConvertToUtf32(String, Int32)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetKeySet
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInchesToMillimeters
Public methodStatic memberInchesToPoints
Public methodStatic memberIsSurrogateHigh
Public methodStatic memberIsSurrogateLow
Public methodStatic memberIsSurrogatePair(array<Char>[]()[][], Int32)
Public methodStatic memberIsSurrogatePair(String, Int32)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberMillimetersToInches
Public methodStatic memberMillimetersToPoints
Public methodStatic memberPointsToInches
Public methodStatic memberPointsToMillimeters
Public methodStatic memberSkip
This method is an alternative for the Stream.Skip()-method that doesn't seem to work properly for big values of size.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberToURL
This method makes a valid URL from a given filename.
Public methodStatic memberUnEscapeURL

See Also