C# Class Cakewalk.Shared.TextHelpers

Afficher le fichier Open project: Cakez0r/Cakewalk

Méthodes publiques

Méthode Description
BufferToString ( byte b, int length ) : string
StringToBuffer ( string s, byte b, int maxLength ) : void

Private Methods

Méthode Description
memcpy ( IntPtr pDest, IntPtr pSrc, int length ) : void

Method Details

BufferToString() public static méthode

public static BufferToString ( byte b, int length ) : string
b byte
length int
Résultat string

StringToBuffer() public static méthode

public static StringToBuffer ( string s, byte b, int maxLength ) : void
s string
b byte
maxLength int
Résultat void