Method | Description | |
---|---|---|
AppendStrings ( this source, string stringsToAppend, string textBetween = null ) : string[] | ||
GetAfter ( this source, string searchToken, bool firstOrLastInstance = true ) : string | ||
GetBefore ( this source, string searchToken, bool firstOrLastInstance = true ) : string | ||
GetBetween ( this source, string searchToken1, string searchToken2, bool firstOrLastInstance1 = true, bool firstOrLastInstance2 = true ) : string | ||
GetNextLine ( this data, uint &index ) : string | ||
IsEmpty ( this value ) : bool | ||
IsLowercase ( this value ) : bool | ||
IsTrimmed ( this value ) : bool | ||
ToBytesEncoded ( this data ) : byte[] | ||
ToCsv ( this values, string insertBetweenEach = ",", string insertBeforeEachValue = null, string insertAfterEachValue = null ) : string | ||
ToHtmlSafePlainText ( this value ) : string | ||
ToHtmlSafeTagText ( this value ) : string | ||
ToHtmlSafeUrl ( this value ) : string | ||
ToStringAzViaMod ( this i, bool includeUppercase = false, bool includeNumbers = false, char includedSymbols = null ) : string | ||
ToStringAzViaMod ( this i, char availableChars ) : string | ||
ToStringDecode ( this data ) : string | ||
ToStringWithCommaAndDecimals ( this value, uint numberOfDecimals ) : string | ||
ToStringWithCommas ( this value ) : string | ||
Tokenize ( this source, string token = ",", bool includeToken = false ) : string[] |
public static AppendStrings ( this source, string stringsToAppend, string textBetween = null ) : string[] | ||
source | this | |
stringsToAppend | string | |
textBetween | string | |
return | string[] |
public static GetAfter ( this source, string searchToken, bool firstOrLastInstance = true ) : string | ||
source | this | |
searchToken | string | |
firstOrLastInstance | bool | |
return | string |
public static GetBefore ( this source, string searchToken, bool firstOrLastInstance = true ) : string | ||
source | this | |
searchToken | string | |
firstOrLastInstance | bool | |
return | string |
public static GetBetween ( this source, string searchToken1, string searchToken2, bool firstOrLastInstance1 = true, bool firstOrLastInstance2 = true ) : string | ||
source | this | |
searchToken1 | string | |
searchToken2 | string | |
firstOrLastInstance1 | bool | |
firstOrLastInstance2 | bool | |
return | string |
public static GetNextLine ( this data, uint &index ) : string | ||
data | this | |
index | uint | |
return | string |
public static IsLowercase ( this value ) : bool | ||
value | this | |
return | bool |
public static IsTrimmed ( this value ) : bool | ||
value | this | |
return | bool |
public static ToBytesEncoded ( this data ) : byte[] | ||
data | this | |
return | byte[] |
public static ToCsv ( this values, string insertBetweenEach = ",", string insertBeforeEachValue = null, string insertAfterEachValue = null ) : string | ||
values | this | |
insertBetweenEach | string | |
insertBeforeEachValue | string | |
insertAfterEachValue | string | |
return | string |
public static ToHtmlSafePlainText ( this value ) : string | ||
value | this | |
return | string |
public static ToHtmlSafeTagText ( this value ) : string | ||
value | this | |
return | string |
public static ToHtmlSafeUrl ( this value ) : string | ||
value | this | |
return | string |
public static ToStringAzViaMod ( this i, bool includeUppercase = false, bool includeNumbers = false, char includedSymbols = null ) : string | ||
i | this | |
includeUppercase | bool | |
includeNumbers | bool | |
includedSymbols | char | |
return | string |
public static ToStringAzViaMod ( this i, char availableChars ) : string | ||
i | this | |
availableChars | char | |
return | string |
public static ToStringDecode ( this data ) : string | ||
data | this | |
return | string |
public static ToStringWithCommaAndDecimals ( this value, uint numberOfDecimals ) : string | ||
value | this | |
numberOfDecimals | uint | |
return | string |
public static ToStringWithCommas ( this value ) : string | ||
value | this | |
return | string |
public static Tokenize ( this source, string token = ",", bool includeToken = false ) : string[] | ||
source | this | |
token | string | |
includeToken | bool | |
return | string[] |