C# 클래스 YurikoCS.StringFunctions

파일 보기 프로젝트 열기: ItalianDevs4PM/Yuriko-CS

공개 메소드들

메소드 설명
GetMCPEStringFromStream ( MemoryStream stream, int index ) : string
IsNullOrOnlySpaces ( string str ) : bool

메소드 상세

GetMCPEStringFromStream() 공개 정적인 메소드

public static GetMCPEStringFromStream ( MemoryStream stream, int index ) : string
stream System.IO.MemoryStream
index int
리턴 string

IsNullOrOnlySpaces() 공개 정적인 메소드

public static IsNullOrOnlySpaces ( string str ) : bool
str string
리턴 bool