Table of Contents

Class String_CB_Extension

Namespace
System
Assembly
Cobilas.Core.dll
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

S string
value char[]

Returns

bool

ToByte(string)

public static byte ToByte(this string S)

Parameters

S string

Returns

byte

ToByte(string, NumberStyles, IFormatProvider)

public static byte ToByte(this string S, NumberStyles style, IFormatProvider formatProvider)

Parameters

S string
style NumberStyles
formatProvider IFormatProvider

Returns

byte

ToByte(string, IFormatProvider)

public static byte ToByte(this string S, IFormatProvider formatProvider)

Parameters

S string
formatProvider IFormatProvider

Returns

byte

ToDecimal(string)

public static decimal ToDecimal(this string S)

Parameters

S string

Returns

decimal

ToDecimal(string, NumberStyles, IFormatProvider)

public static decimal ToDecimal(this string S, NumberStyles style, IFormatProvider formatProvider)

Parameters

S string
style NumberStyles
formatProvider IFormatProvider

Returns

decimal

ToDecimal(string, IFormatProvider)

public static decimal ToDecimal(this string S, IFormatProvider formatProvider)

Parameters

S string
formatProvider IFormatProvider

Returns

decimal

ToDouble(string)

public static double ToDouble(this string S)

Parameters

S string

Returns

double

ToDouble(string, NumberStyles, IFormatProvider)

public static double ToDouble(this string S, NumberStyles style, IFormatProvider formatProvider)

Parameters

S string
style NumberStyles
formatProvider IFormatProvider

Returns

double

ToDouble(string, IFormatProvider)

public static double ToDouble(this string S, IFormatProvider formatProvider)

Parameters

S string
formatProvider IFormatProvider

Returns

double

ToFloat(string)

public static float ToFloat(this string S)

Parameters

S string

Returns

float

ToFloat(string, NumberStyles, IFormatProvider)

public static float ToFloat(this string S, NumberStyles style, IFormatProvider formatProvider)

Parameters

S string
style NumberStyles
formatProvider IFormatProvider

Returns

float

ToFloat(string, IFormatProvider)

public static float ToFloat(this string S, IFormatProvider formatProvider)

Parameters

S string
formatProvider IFormatProvider

Returns

float

ToInt(string)

public static int ToInt(this string S)

Parameters

S string

Returns

int

ToInt(string, NumberStyles, IFormatProvider)

public static int ToInt(this string S, NumberStyles style, IFormatProvider formatProvider)

Parameters

S string
style NumberStyles
formatProvider IFormatProvider

Returns

int

ToInt(string, IFormatProvider)

public static int ToInt(this string S, IFormatProvider formatProvider)

Parameters

S string
formatProvider IFormatProvider

Returns

int

ToLong(string)

public static long ToLong(this string S)

Parameters

S string

Returns

long

ToLong(string, NumberStyles, IFormatProvider)

public static long ToLong(this string S, NumberStyles style, IFormatProvider formatProvider)

Parameters

S string
style NumberStyles
formatProvider IFormatProvider

Returns

long

ToLong(string, IFormatProvider)

public static long ToLong(this string S, IFormatProvider formatProvider)

Parameters

S string
formatProvider IFormatProvider

Returns

long

ToSByte(string)

public static sbyte ToSByte(this string S)

Parameters

S string

Returns

sbyte

ToSByte(string, NumberStyles, IFormatProvider)

public static sbyte ToSByte(this string S, NumberStyles style, IFormatProvider formatProvider)

Parameters

S string
style NumberStyles
formatProvider IFormatProvider

Returns

sbyte

ToSByte(string, IFormatProvider)

public static sbyte ToSByte(this string S, IFormatProvider formatProvider)

Parameters

S string
formatProvider IFormatProvider

Returns

sbyte

ToShort(string)

public static short ToShort(this string S)

Parameters

S string

Returns

short

ToShort(string, NumberStyles, IFormatProvider)

public static short ToShort(this string S, NumberStyles style, IFormatProvider formatProvider)

Parameters

S string
style NumberStyles
formatProvider IFormatProvider

Returns

short

ToShort(string, IFormatProvider)

public static short ToShort(this string S, IFormatProvider formatProvider)

Parameters

S string
formatProvider IFormatProvider

Returns

short

ToUInt(string)

public static uint ToUInt(this string S)

Parameters

S string

Returns

uint

ToUInt(string, NumberStyles, IFormatProvider)

public static uint ToUInt(this string S, NumberStyles style, IFormatProvider formatProvider)

Parameters

S string
style NumberStyles
formatProvider IFormatProvider

Returns

uint

ToUInt(string, IFormatProvider)

public static uint ToUInt(this string S, IFormatProvider formatProvider)

Parameters

S string
formatProvider IFormatProvider

Returns

uint

ToULong(string)

public static ulong ToULong(this string S)

Parameters

S string

Returns

ulong

ToULong(string, NumberStyles, IFormatProvider)

public static ulong ToULong(this string S, NumberStyles style, IFormatProvider formatProvider)

Parameters

S string
style NumberStyles
formatProvider IFormatProvider

Returns

ulong

ToULong(string, IFormatProvider)

public static ulong ToULong(this string S, IFormatProvider formatProvider)

Parameters

S string
formatProvider IFormatProvider

Returns

ulong

ToUShort(string)

public static ushort ToUShort(this string S)

Parameters

S string

Returns

ushort

ToUShort(string, NumberStyles, IFormatProvider)

public static ushort ToUShort(this string S, NumberStyles style, IFormatProvider formatProvider)

Parameters

S string
style NumberStyles
formatProvider IFormatProvider

Returns

ushort

ToUShort(string, IFormatProvider)

public static ushort ToUShort(this string S, IFormatProvider formatProvider)

Parameters

S string
formatProvider IFormatProvider

Returns

ushort