Method SurroundWith
SurroundWith(string, char)
Declaration
public static string SurroundWith(this string input, char c)
Parameters
| Type | Name | Description |
|---|---|---|
| string | input | |
| char | c |
Returns
| Type | Description |
|---|---|
| string |
SurroundWith(string, string)
Declaration
public static string SurroundWith(this string input, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | input | |
| string | value |
Returns
| Type | Description |
|---|---|
| string |