C# 클래스 Cakewalk.Shared.TextHelpers

파일 보기 프로젝트 열기: Cakez0r/Cakewalk

공개 메소드들

메소드 설명
BufferToString ( byte b, int length ) : string
StringToBuffer ( string s, byte b, int maxLength ) : void

비공개 메소드들

메소드 설명
memcpy ( IntPtr pDest, IntPtr pSrc, int length ) : void

메소드 상세

BufferToString() 공개 정적인 메소드

public static BufferToString ( byte b, int length ) : string
b byte
length int
리턴 string

StringToBuffer() 공개 정적인 메소드

public static StringToBuffer ( string s, byte b, int maxLength ) : void
s string
b byte
maxLength int
리턴 void