Provides the *.ini file like config data function
ProfileStreams
01 Syntax
Microsoft.VisualBasic.Data.Framework.ProfileStreams
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| WriteProfiles | 1 | Save target configuration model as the csv table |
| LoadProfiles | 1 | Load config data from the csv table into the configuration model |
03 Members
WriteProfiles``1(
``0, String, Encodings)Save target configuration model as the csv table
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
x | ``0 | - |
path | String | - |
encoding | Encodings | - |
LoadProfiles``1(
String, Encodings)Load config data from the csv table into the configuration model
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
path | String | - |
encoding | Encodings | - |