C# Класс Octgn.Extentions.StringExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
Decrypt ( this text ) : string
Encrypt ( this text ) : string
SetLastPythonFunction ( this log, string function ) : void
SetRunningGame ( this log, string gameName, System.Guid gameId, System.Version gameVersion ) : void
SetUserName ( this log, string username ) : void
Sha1 ( this text ) : string
ToInt ( this guid ) : int
With ( this input ) : string

Provides a cleaner method of string concatenation. (i.e. "Name {0}".With(firstName)

Описание методов

Decrypt() публичный статический Метод

public static Decrypt ( this text ) : string
text this
Результат string

Encrypt() публичный статический Метод

public static Encrypt ( this text ) : string
text this
Результат string

SetLastPythonFunction() публичный статический Метод

public static SetLastPythonFunction ( this log, string function ) : void
log this
function string
Результат void

SetRunningGame() публичный статический Метод

public static SetRunningGame ( this log, string gameName, System.Guid gameId, System.Version gameVersion ) : void
log this
gameName string
gameId System.Guid
gameVersion System.Version
Результат void

SetUserName() публичный статический Метод

public static SetUserName ( this log, string username ) : void
log this
username string
Результат void

Sha1() публичный статический Метод

public static Sha1 ( this text ) : string
text this
Результат string

ToInt() публичный статический Метод

public static ToInt ( this guid ) : int
guid this
Результат int

With() публичный статический Метод

Provides a cleaner method of string concatenation. (i.e. "Name {0}".With(firstName)
public static With ( this input ) : string
input this
Результат string