C# 클래스 LibSassHost.Utilities.StringExtensions

Extensions for String
파일 보기 프로젝트 열기: Taritsyn/LibSassHost

공개 메소드들

메소드 설명
TabsToSpaces ( this source, int tabSize ) : string

Replaces tabs by specified number of spaces

메소드 상세

TabsToSpaces() 공개 정적인 메소드

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
리턴 string