Home
Namespace:
nTools
Assembly: nString (in nString.dll) Version: 1.0.0.0 (1.0.0.0)
[Missing <summary> documentation for T:nTools.nString]
Assembly: nString (in nString.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class nString
Public Class nString
public ref class nString
Members
| All Members | Constructors | Methods |
| Member | Description | |
|---|---|---|
| nString()()() | Initializes a new instance of the nString class | |
| Equals(Object) | (Inherited from Object.) | |
| extractHeader(String) |
returns the header from a compiled string
| |
| 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.) | |
| getAssemblyName(Object) |
retrieves the AssemblyQualifiedName header for the supplied class instance
| |
| getCleanHeader(Object) |
gets a clean header from a class instance that includes no delimitters
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| getHeader(Object) |
retrieves the header for the supplied class instance
| |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| stripHeader(String) |
returns the compiled string w/o the header
| |
| ToString()()() | (Inherited from Object.) |