C# Класс SharpMod.Helper.HelperExtensions

These are some extensions which let the code look nice. These functions are often found in other scripting programming languages like ruby
Показать файл Открыть проект

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

Метод Описание
Append ( this stringBuilder, string cmd ) : StringBuilder
Contains ( this text, char c ) : bool
Escape ( this c ) : string
First ( this array ) : string
GetInnerText ( this doc, string tag ) : string
GetXmlElement ( this xmldoc, string name ) : XmlElement
IsMessage ( this type ) : bool
IsStruct ( this type ) : bool
Join ( this stringArray, char c ) : string
Join ( this stringArray, int startIndex, char c ) : string
Join ( this stringArray, int startIndex, string delimeter ) : string
Join ( this stringArray, string delimeter ) : string
Last ( this array ) : string

Returns the last element in a string array

Shift ( this text, char c ) : string
Shift ( this arr ) : string[]
Split ( this text, char c ) : string[]
ToFloat ( this timespan ) : float
ToTimeSpan ( this time ) : System.TimeSpan

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

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

public static Append ( this stringBuilder, string cmd ) : StringBuilder
stringBuilder this
cmd string
Результат StringBuilder

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

public static Contains ( this text, char c ) : bool
text this
c char
Результат bool

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

public static Escape ( this c ) : string
c this
Результат string

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

public static First ( this array ) : string
array this
Результат string

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

public static GetInnerText ( this doc, string tag ) : string
doc this
tag string
Результат string

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

public static GetXmlElement ( this xmldoc, string name ) : XmlElement
xmldoc this
name string
Результат System.Xml.XmlElement

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

public static IsMessage ( this type ) : bool
type this
Результат bool

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

public static IsStruct ( this type ) : bool
type this
Результат bool

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

public static Join ( this stringArray, char c ) : string
stringArray this
c char
Результат string

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

public static Join ( this stringArray, int startIndex, char c ) : string
stringArray this
startIndex int
c char
Результат string

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

public static Join ( this stringArray, int startIndex, string delimeter ) : string
stringArray this
startIndex int
delimeter string
Результат string

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

public static Join ( this stringArray, string delimeter ) : string
stringArray this
delimeter string
Результат string

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

Returns the last element in a string array
public static Last ( this array ) : string
array this /// A string array ///
Результат string

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

public static Shift ( this text, char c ) : string
text this
c char
Результат string

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

public static Shift ( this arr ) : string[]
arr this
Результат string[]

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

public static Split ( this text, char c ) : string[]
text this
c char
Результат string[]

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

public static ToFloat ( this timespan ) : float
timespan this
Результат float

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

public static ToTimeSpan ( this time ) : System.TimeSpan
time this
Результат System.TimeSpan