Method | Description | |
---|---|---|
TabsToSpaces ( this source, int tabSize ) : string |
Replaces tabs by specified number of spaces
|
public static TabsToSpaces ( this source, int tabSize ) : string | ||
source | this | String value |
tabSize | int | Number of spaces in tab |
return | string |