Extensions.

ToFoldMessage(string) Method

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.