Method ToReadableFormat
ToReadableFormat(string)
Converts a string to a more readable, spaced format.
Declaration
public static string ToReadableFormat(this string input)
Parameters
| Type | Name | Description |
|---|---|---|
| string | input | The source string. |
Returns
| Type | Description |
|---|---|
| string | A readable representation of the string. |