C# Class FFXIVAPP.Memory.Helpers.StringHelper

Afficher le fichier Open project: Icehunter/ffxivapp-memory

Méthodes publiques

Méthode Description
HexToString ( string hexValue ) : string

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

TrimAndCleanSpaces ( string name ) : string

Method Details

HexToString() public static méthode

public static HexToString ( string hexValue ) : string
hexValue string
Résultat string

TitleCase() public static méthode

public static TitleCase ( string s, bool all = true ) : string
s string
all bool
Résultat string

TrimAndCleanSpaces() public static méthode

public static TrimAndCleanSpaces ( string name ) : string
name string
Résultat string