C# Class Cakewalk.Shared.TextHelpers

Mostra file Open project: Cakez0r/Cakewalk

Public Methods

Method Description
BufferToString ( byte b, int length ) : string
StringToBuffer ( string s, byte b, int maxLength ) : void

Private Methods

Method Description
memcpy ( IntPtr pDest, IntPtr pSrc, int length ) : void

Method Details

BufferToString() public static method

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

StringToBuffer() public static method

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