[]
Saves data to the specified path.
public bool Save(string strFileName)
| Type | Name | Description |
|---|---|---|
| string | strFileName | The file name. |
| Type | Description |
|---|---|
| bool | Returns the result of successful execution of the operation. |
Save data to the specified stream.
public bool Save(Stream stm)
| Type | Name | Description |
|---|---|---|
| Stream | stm | The stream. |
| Type | Description |
|---|---|
| bool | Returns the result of successful execution of the operation. |