C# 클래스 CustomActionResults.Controllers.StringBuilderExtensions

파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction

공개 메소드들

메소드 설명
AsBytes ( this stringBuilder ) : byte[]
NewLine ( this stringBuilder ) : void

메소드 상세

AsBytes() 공개 정적인 메소드

public static AsBytes ( this stringBuilder ) : byte[]
stringBuilder this
리턴 byte[]

NewLine() 공개 정적인 메소드

public static NewLine ( this stringBuilder ) : void
stringBuilder this
리턴 void