Method | Description | |
---|---|---|
GetLength ( string str1 ) : ushort | ||
ReadNumber ( ushort ptr ) : ushort | ||
StartsWith ( string str1, ushort str2ptr ) : bool |
public static GetLength ( string str1 ) : ushort | ||
str1 | string | |
return | ushort |
public static ReadNumber ( ushort ptr ) : ushort | ||
ptr | ushort | |
return | ushort |
public static StartsWith ( string str1, ushort str2ptr ) : bool | ||
str1 | string | |
str2ptr | ushort | |
return | bool |