C# Class Gammtek.Conduit.Extensions.StringExtensions

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
Left ( this value, int count ) : string
RemoveLeft ( this value, int count ) : string
RemoveRight ( this value, int count ) : string
Right ( this value, int count ) : string
ToBoolean ( this value ) : bool
ToByte ( this value ) : byte
ToChar ( this value ) : char
ToDateTime ( this value ) : System.DateTime
ToDecimal ( this value ) : decimal
ToDouble ( this value ) : double
ToInt16 ( this value ) : short
ToInt32 ( this value ) : int
ToInt64 ( this value ) : long
ToSByte ( this value ) : sbyte
ToSingle ( this value ) : float
ToUInt16 ( this value ) : ushort
ToUInt32 ( this value ) : uint
ToUInt64 ( this value ) : ulong

Private Methods

Méthode Description
Format ( this value ) : string
Format ( this value, IFormatProvider provider ) : string
Format ( this value, object arg0 ) : string
Format ( this value, object arg0, object arg1 ) : string
Format ( this value, object arg0, object arg1, object arg2 ) : string
IsNull ( this value ) : bool
IsNullOrEmpty ( this value ) : bool
IsNullOrWhiteSpace ( this value ) : bool

Method Details

Left() public static méthode

public static Left ( this value, int count ) : string
value this
count int
Résultat string

RemoveLeft() public static méthode

public static RemoveLeft ( this value, int count ) : string
value this
count int
Résultat string

RemoveRight() public static méthode

public static RemoveRight ( this value, int count ) : string
value this
count int
Résultat string

Right() public static méthode

public static Right ( this value, int count ) : string
value this
count int
Résultat string

ToBoolean() public static méthode

public static ToBoolean ( this value ) : bool
value this
Résultat bool

ToByte() public static méthode

public static ToByte ( this value ) : byte
value this
Résultat byte

ToChar() public static méthode

public static ToChar ( this value ) : char
value this
Résultat char

ToDateTime() public static méthode

public static ToDateTime ( this value ) : System.DateTime
value this
Résultat System.DateTime

ToDecimal() public static méthode

public static ToDecimal ( this value ) : decimal
value this
Résultat decimal

ToDouble() public static méthode

public static ToDouble ( this value ) : double
value this
Résultat double

ToInt16() public static méthode

public static ToInt16 ( this value ) : short
value this
Résultat short

ToInt32() public static méthode

public static ToInt32 ( this value ) : int
value this
Résultat int

ToInt64() public static méthode

public static ToInt64 ( this value ) : long
value this
Résultat long

ToSByte() public static méthode

public static ToSByte ( this value ) : sbyte
value this
Résultat sbyte

ToSingle() public static méthode

public static ToSingle ( this value ) : float
value this
Résultat float

ToUInt16() public static méthode

public static ToUInt16 ( this value ) : ushort
value this
Résultat ushort

ToUInt32() public static méthode

public static ToUInt32 ( this value ) : uint
value this
Résultat uint

ToUInt64() public static méthode

public static ToUInt64 ( this value ) : ulong
value this
Résultat ulong