The Utils type exposes the following members.

Constructors

  NameDescription
Public methodUtils
Initializes a new instance of the Utils class

Methods

  NameDescription
Public methodStatic memberCreateUniqueDateTimeFileName(String)
Returns a file name representation with the current and unique datetime representation included.
Public methodStatic memberCreateUniqueDateTimeFileName(String, String, String)
Returns a file name representation with the current and unique datetime representation included.
Public methodStatic memberCreateUniqueFileName(String)
Creates a unique file name with the specified parameters.
Public methodStatic memberCreateUniqueFileName(String, String, String)
Creates a unique file name with the specified parameters.
Public methodStatic memberCreateUniqueFileName(String, String, String, UInt32)
Creates a unique file name with the specified parameters.
Public methodEquals
Determina si el objeto Object especificado es igual al objeto Object actual.
(Inherited from Object.)
Protected methodFinalize
Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados.
(Inherited from Object.)
Public methodGetHashCode
Actúa como función hash para un tipo concreto.
(Inherited from Object.)
Public methodGetType
Obtiene el objeto Type de la instancia actual.
(Inherited from Object.)
Protected methodMemberwiseClone
Crea una copia superficial del objeto Object actual.
(Inherited from Object.)
Public methodStatic memberRemoveInvalidCharsFromFileName
Removes the invalid chars, replacing them by a '_', in the specified file name.
Public methodToString
Devuelve una clase String que representa la clase Object actual.
(Inherited from Object.)

See Also