Class String_CB_Extension
- Namespace
- System
- Assembly
- Cobilas.Core.dll
Grants more methods to string class.
public static class String_CB_Extension
- Inheritance
-
String_CB_Extension
- Inherited Members
Methods
Contains(string, params char[])
Returns a value indicating whether a specified substring occurs within this string.
public static bool Contains(this string S, params char[] value)
Parameters
Returns
ToByte(string)
public static byte ToByte(this string S)
Parameters
S
string
Returns
ToByte(string, NumberStyles, IFormatProvider)
public static byte ToByte(this string S, NumberStyles style, IFormatProvider formatProvider)
Parameters
S
stringstyle
NumberStylesformatProvider
IFormatProvider
Returns
ToByte(string, IFormatProvider)
public static byte ToByte(this string S, IFormatProvider formatProvider)
Parameters
S
stringformatProvider
IFormatProvider
Returns
ToDecimal(string)
public static decimal ToDecimal(this string S)
Parameters
S
string
Returns
ToDecimal(string, NumberStyles, IFormatProvider)
public static decimal ToDecimal(this string S, NumberStyles style, IFormatProvider formatProvider)
Parameters
S
stringstyle
NumberStylesformatProvider
IFormatProvider
Returns
ToDecimal(string, IFormatProvider)
public static decimal ToDecimal(this string S, IFormatProvider formatProvider)
Parameters
S
stringformatProvider
IFormatProvider
Returns
ToDouble(string)
public static double ToDouble(this string S)
Parameters
S
string
Returns
ToDouble(string, NumberStyles, IFormatProvider)
public static double ToDouble(this string S, NumberStyles style, IFormatProvider formatProvider)
Parameters
S
stringstyle
NumberStylesformatProvider
IFormatProvider
Returns
ToDouble(string, IFormatProvider)
public static double ToDouble(this string S, IFormatProvider formatProvider)
Parameters
S
stringformatProvider
IFormatProvider
Returns
ToFloat(string)
public static float ToFloat(this string S)
Parameters
S
string
Returns
ToFloat(string, NumberStyles, IFormatProvider)
public static float ToFloat(this string S, NumberStyles style, IFormatProvider formatProvider)
Parameters
S
stringstyle
NumberStylesformatProvider
IFormatProvider
Returns
ToFloat(string, IFormatProvider)
public static float ToFloat(this string S, IFormatProvider formatProvider)
Parameters
S
stringformatProvider
IFormatProvider
Returns
ToInt(string)
public static int ToInt(this string S)
Parameters
S
string
Returns
ToInt(string, NumberStyles, IFormatProvider)
public static int ToInt(this string S, NumberStyles style, IFormatProvider formatProvider)
Parameters
S
stringstyle
NumberStylesformatProvider
IFormatProvider
Returns
ToInt(string, IFormatProvider)
public static int ToInt(this string S, IFormatProvider formatProvider)
Parameters
S
stringformatProvider
IFormatProvider
Returns
ToLong(string)
public static long ToLong(this string S)
Parameters
S
string
Returns
ToLong(string, NumberStyles, IFormatProvider)
public static long ToLong(this string S, NumberStyles style, IFormatProvider formatProvider)
Parameters
S
stringstyle
NumberStylesformatProvider
IFormatProvider
Returns
ToLong(string, IFormatProvider)
public static long ToLong(this string S, IFormatProvider formatProvider)
Parameters
S
stringformatProvider
IFormatProvider
Returns
ToSByte(string)
public static sbyte ToSByte(this string S)
Parameters
S
string
Returns
ToSByte(string, NumberStyles, IFormatProvider)
public static sbyte ToSByte(this string S, NumberStyles style, IFormatProvider formatProvider)
Parameters
S
stringstyle
NumberStylesformatProvider
IFormatProvider
Returns
ToSByte(string, IFormatProvider)
public static sbyte ToSByte(this string S, IFormatProvider formatProvider)
Parameters
S
stringformatProvider
IFormatProvider
Returns
ToShort(string)
public static short ToShort(this string S)
Parameters
S
string
Returns
ToShort(string, NumberStyles, IFormatProvider)
public static short ToShort(this string S, NumberStyles style, IFormatProvider formatProvider)
Parameters
S
stringstyle
NumberStylesformatProvider
IFormatProvider
Returns
ToShort(string, IFormatProvider)
public static short ToShort(this string S, IFormatProvider formatProvider)
Parameters
S
stringformatProvider
IFormatProvider
Returns
ToUInt(string)
public static uint ToUInt(this string S)
Parameters
S
string
Returns
ToUInt(string, NumberStyles, IFormatProvider)
public static uint ToUInt(this string S, NumberStyles style, IFormatProvider formatProvider)
Parameters
S
stringstyle
NumberStylesformatProvider
IFormatProvider
Returns
ToUInt(string, IFormatProvider)
public static uint ToUInt(this string S, IFormatProvider formatProvider)
Parameters
S
stringformatProvider
IFormatProvider
Returns
ToULong(string)
public static ulong ToULong(this string S)
Parameters
S
string
Returns
ToULong(string, NumberStyles, IFormatProvider)
public static ulong ToULong(this string S, NumberStyles style, IFormatProvider formatProvider)
Parameters
S
stringstyle
NumberStylesformatProvider
IFormatProvider
Returns
ToULong(string, IFormatProvider)
public static ulong ToULong(this string S, IFormatProvider formatProvider)
Parameters
S
stringformatProvider
IFormatProvider
Returns
ToUShort(string)
public static ushort ToUShort(this string S)
Parameters
S
string
Returns
ToUShort(string, NumberStyles, IFormatProvider)
public static ushort ToUShort(this string S, NumberStyles style, IFormatProvider formatProvider)
Parameters
S
stringstyle
NumberStylesformatProvider
IFormatProvider
Returns
ToUShort(string, IFormatProvider)
public static ushort ToUShort(this string S, IFormatProvider formatProvider)
Parameters
S
stringformatProvider
IFormatProvider