C# 클래스 rencodesharp.Util

파일 보기 프로젝트 열기: voltagex/junkcode

공개 메소드들

메소드 설명
Join ( List r ) : string

Join the List of objects by converting each item to a string.

StringBytes ( string s ) : byte[]

Converts string to byte array.

StringPad ( string x, int n ) : string

Pads the front of a string with NUL bytes.

메소드 상세

Join() 공개 정적인 메소드

Join the List of objects by converting each item to a string.
public static Join ( List r ) : string
r List
리턴 string

StringBytes() 공개 정적인 메소드

Converts string to byte array.
public static StringBytes ( string s ) : byte[]
s string
리턴 byte[]

StringPad() 공개 정적인 메소드

Pads the front of a string with NUL bytes.
public static StringPad ( string x, int n ) : string
x string
n int
리턴 string