C# Class OpenRCT2.OpenRCT2String

Inheritance: IOpenRCT2String
ファイルを表示 Open project: OpenRCT2/OpenRCT2net

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsColourCode ( char c ) : bool
IsFormatCode ( char c ) : bool
OpenRCT2String ( string s ) : System
ToString ( ) : string

Private Methods

Method Description
StripFormatCodes ( ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsColourCode() public static method

public static IsColourCode ( char c ) : bool
c char
return bool

IsFormatCode() public static method

public static IsFormatCode ( char c ) : bool
c char
return bool

OpenRCT2String() public method

public OpenRCT2String ( string s ) : System
s string
return System

ToString() public method

public ToString ( ) : string
return string