C# Class Mona.Str

ファイルを表示 Open project: higepon/mona

Public Methods

Method Description
GetLength ( string str1 ) : ushort
ReadNumber ( ushort ptr ) : ushort
StartsWith ( string str1, ushort str2ptr ) : bool

Method Details

GetLength() public static method

public static GetLength ( string str1 ) : ushort
str1 string
return ushort

ReadNumber() public static method

public static ReadNumber ( ushort ptr ) : ushort
ptr ushort
return ushort

StartsWith() public static method

public static StartsWith ( string str1, ushort str2ptr ) : bool
str1 string
str2ptr ushort
return bool