C# 클래스 Gammtek.Conduit.Extensions.StringExtensions

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Left() 공개 정적인 메소드

public static Left ( this value, int count ) : string
value this
count int
리턴 string

RemoveLeft() 공개 정적인 메소드

public static RemoveLeft ( this value, int count ) : string
value this
count int
리턴 string

RemoveRight() 공개 정적인 메소드

public static RemoveRight ( this value, int count ) : string
value this
count int
리턴 string

Right() 공개 정적인 메소드

public static Right ( this value, int count ) : string
value this
count int
리턴 string

ToBoolean() 공개 정적인 메소드

public static ToBoolean ( this value ) : bool
value this
리턴 bool

ToByte() 공개 정적인 메소드

public static ToByte ( this value ) : byte
value this
리턴 byte

ToChar() 공개 정적인 메소드

public static ToChar ( this value ) : char
value this
리턴 char

ToDateTime() 공개 정적인 메소드

public static ToDateTime ( this value ) : System.DateTime
value this
리턴 System.DateTime

ToDecimal() 공개 정적인 메소드

public static ToDecimal ( this value ) : decimal
value this
리턴 decimal

ToDouble() 공개 정적인 메소드

public static ToDouble ( this value ) : double
value this
리턴 double

ToInt16() 공개 정적인 메소드

public static ToInt16 ( this value ) : short
value this
리턴 short

ToInt32() 공개 정적인 메소드

public static ToInt32 ( this value ) : int
value this
리턴 int

ToInt64() 공개 정적인 메소드

public static ToInt64 ( this value ) : long
value this
리턴 long

ToSByte() 공개 정적인 메소드

public static ToSByte ( this value ) : sbyte
value this
리턴 sbyte

ToSingle() 공개 정적인 메소드

public static ToSingle ( this value ) : float
value this
리턴 float

ToUInt16() 공개 정적인 메소드

public static ToUInt16 ( this value ) : ushort
value this
리턴 ushort

ToUInt32() 공개 정적인 메소드

public static ToUInt32 ( this value ) : uint
value this
리턴 uint

ToUInt64() 공개 정적인 메소드

public static ToUInt64 ( this value ) : ulong
value this
리턴 ulong