GetString
Overloads
| Name | Description |
|---|---|
| GetString() | Get String |
| GetString(bool preserveWhitespace) | Get String |
| GetString(bool allowOuterQuotes, bool preserveWhitespace) | Get String |
| GetString(bool allowOuterQuotes, bool preserveWhitespace, string text) | Get String |
GetString()
public string GetString()
Get String
Returns
| Type | Description |
|---|---|
| string | String Value |
GetString(bool preserveWhitespace)
public string GetString(bool preserveWhitespace)
Get String
Parameters
| Name | Type | Description |
|---|---|---|
| preserveWhitespace | bool | Preserve Whitespace |
Returns
| Type | Description |
|---|---|
| string | String Value |
GetString(bool allowOuterQuotes, bool preserveWhitespace)
public string GetString(bool allowOuterQuotes, bool preserveWhitespace)
Get String
Parameters
| Name | Type | Description |
|---|---|---|
| allowOuterQuotes | bool | Allow Outer Quotes |
| preserveWhitespace | bool | Preserve Whitespace |
Returns
| Type | Description |
|---|---|
| string | String Value |
GetString(bool allowOuterQuotes, bool preserveWhitespace, string text)
public string GetString(bool allowOuterQuotes, bool preserveWhitespace, string text)
Get String
Parameters
| Name | Type | Description |
|---|---|---|
| allowOuterQuotes | bool | Allow Outer Quotes |
| preserveWhitespace | bool | Preserve Whitespace |
| text | string | text |
Returns
| Type | Description |
|---|---|
| string | String Value |