C# 클래스 Extensions.StringBuilderExtensions

파일 보기 프로젝트 열기: h07r0d/Netduino-Aquarium-Controller

공개 메소드들

메소드 설명
ToBytes ( this _sb ) : byte[]

Get byte array directly from a StringBuilder

메소드 상세

ToBytes() 공개 정적인 메소드

Get byte array directly from a StringBuilder
public static ToBytes ( this _sb ) : byte[]
_sb this StringBuilder to encode
리턴 byte[]