C# Class FFXIVAPP.Memory.Helpers.StringHelper

ファイルを表示 Open project: Icehunter/ffxivapp-memory

Public Methods

Method Description
HexToString ( string hexValue ) : string

TitleCase ( string s, bool all = true ) : string

TrimAndCleanSpaces ( string name ) : string

Method Details

HexToString() public static method

public static HexToString ( string hexValue ) : string
hexValue string
return string

TitleCase() public static method

public static TitleCase ( string s, bool all = true ) : string
s string
all bool
return string

TrimAndCleanSpaces() public static method

public static TrimAndCleanSpaces ( string name ) : string
name string
return string