This content is part of a third party extension that is not supported by the Cake project.
Summary
Removes all spaces from the string.
- Assembly
- Cake
.TravisCI .Module .dll - Namespace
- Cake
.TravisCI .Module - Containing Type
- Extensions
Syntax
public static string ToFoldMessage(this string s)
Parameters
| Name | Type | Description |
|---|---|---|
| s | string | The string to modify. |
Return Value
| Type | Description |
|---|---|
| string | The modified string. |
