Метод | Описание | |
---|---|---|
BinaryFileName ( string fullFileName ) : System |
Initializes a new instance of the BinaryFileName struct.
|
|
BinaryFileName ( string fileNameWithoutExtension, string extension ) : System |
Initializes a new instance of the BinaryFileName struct.
|
|
Equals ( object obj ) : bool |
Indicates whether this instance and a specified object are equal.
|
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
ToString ( ) : string |
Returns the fully qualified type name of this instance.
|
Метод | Описание | |
---|---|---|
GetExtension ( string fileName ) : string | ||
GetFileNameWithoutExtension ( string fileName ) : string |
public BinaryFileName ( string fullFileName ) : System | ||
fullFileName | string | Full name of the file. |
Результат | System |
public BinaryFileName ( string fileNameWithoutExtension, string extension ) : System | ||
fileNameWithoutExtension | string | The file name without extension. |
extension | string | The extension. |
Результат | System |
public Equals ( object obj ) : bool | ||
obj | object | Another object to compare to. |
Результат | bool |