C# 클래스 DevUtils.PrimitivesExtensions.BasePrimitivesExtensions

Base primitive extensions default data
파일 보기 프로젝트 열기: jornfilho/.net-Dev-Utils 1 사용 예제들

공개 메소드들

메소드 설명
GetCurrentCulture ( ) : CultureInfo

Get current system culture

GetDefaultBoolArrayAllowDefaultConversion ( ) : bool

Get default bool array allow default conversion value

GetDefaultBoolConversionValue ( ) : bool

Get default bool conversion value

GetDefaultByteAllowDefaultConversion ( ) : bool

Get default byte allow default conversion

GetDefaultByteArrayAllowDefaultConversion ( ) : bool

Get default byte array allow default conversion value

GetDefaultByteConversionValue ( ) : byte

Get default byte conversion value

GetDefaultByteNumberStyle ( ) : NumberStyles

Get default byte number style

GetDefaultDecimalAllowDefaultConversion ( ) : bool

Get default decimal allow default conversion

GetDefaultDecimalArrayAllowDefaultConversion ( ) : bool

Get default decimal array allow default conversion value

GetDefaultDecimalConversionValue ( ) : decimal

Get default decimal conversion value

GetDefaultDecimalNumberStyle ( ) : NumberStyles

Get default decimal number style

GetDefaultDoubleAllowDefaultConversion ( ) : bool

Get default Double allow default conversion

GetDefaultDoubleArrayAllowDefaultConversion ( ) : bool

Get default Double array allow default conversion value

GetDefaultDoubleConversionValue ( ) : double

Get default Double conversion value

GetDefaultDoubleNumberStyle ( ) : NumberStyles

Get default Double number style

GetDefaultFloatAllowDefaultConversion ( ) : bool

Get default float allow default conversion

GetDefaultFloatArrayAllowDefaultConversion ( ) : bool

Get default float array allow default conversion value

GetDefaultFloatConversionValue ( ) : float

Get default float conversion value

GetDefaultFloatNumberStyle ( ) : NumberStyles

Get default float number style

GetDefaultIntAllowDefaultConversion ( ) : bool

Get default int allow default conversion

GetDefaultIntArrayAllowDefaultConversion ( ) : bool

Get default int array allow default conversion value

GetDefaultIntConversionValue ( ) : int

Get default int conversion value

GetDefaultIntNumberStyle ( ) : NumberStyles

Get default int number style

GetDefaultLongAllowDefaultConversion ( ) : bool

Get default long allow default conversion

GetDefaultLongArrayAllowDefaultConversion ( ) : bool

Get default long array allow default conversion value

GetDefaultLongConversionValue ( ) : long

Get default long conversion value

GetDefaultLongNumberStyle ( ) : NumberStyles

Get default long number style

GetDefaultShortAllowDefaultConversion ( ) : bool

Get default short allow default conversion

GetDefaultShortArrayAllowDefaultConversion ( ) : bool

Get default short array allow default conversion value

GetDefaultShortConversionValue ( ) : short

Get default short conversion value

GetDefaultShortNumberStyle ( ) : NumberStyles

Get default short number style

메소드 상세

GetCurrentCulture() 공개 정적인 메소드

Get current system culture
public static GetCurrentCulture ( ) : CultureInfo
리턴 System.Globalization.CultureInfo

GetDefaultBoolArrayAllowDefaultConversion() 공개 정적인 메소드

Get default bool array allow default conversion value
public static GetDefaultBoolArrayAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultBoolConversionValue() 공개 정적인 메소드

Get default bool conversion value
public static GetDefaultBoolConversionValue ( ) : bool
리턴 bool

GetDefaultByteAllowDefaultConversion() 공개 정적인 메소드

Get default byte allow default conversion
public static GetDefaultByteAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultByteArrayAllowDefaultConversion() 공개 정적인 메소드

Get default byte array allow default conversion value
public static GetDefaultByteArrayAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultByteConversionValue() 공개 정적인 메소드

Get default byte conversion value
public static GetDefaultByteConversionValue ( ) : byte
리턴 byte

GetDefaultByteNumberStyle() 공개 정적인 메소드

Get default byte number style
public static GetDefaultByteNumberStyle ( ) : NumberStyles
리턴 NumberStyles

GetDefaultDecimalAllowDefaultConversion() 공개 정적인 메소드

Get default decimal allow default conversion
public static GetDefaultDecimalAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultDecimalArrayAllowDefaultConversion() 공개 정적인 메소드

Get default decimal array allow default conversion value
public static GetDefaultDecimalArrayAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultDecimalConversionValue() 공개 정적인 메소드

Get default decimal conversion value
public static GetDefaultDecimalConversionValue ( ) : decimal
리턴 decimal

GetDefaultDecimalNumberStyle() 공개 정적인 메소드

Get default decimal number style
public static GetDefaultDecimalNumberStyle ( ) : NumberStyles
리턴 NumberStyles

GetDefaultDoubleAllowDefaultConversion() 공개 정적인 메소드

Get default Double allow default conversion
public static GetDefaultDoubleAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultDoubleArrayAllowDefaultConversion() 공개 정적인 메소드

Get default Double array allow default conversion value
public static GetDefaultDoubleArrayAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultDoubleConversionValue() 공개 정적인 메소드

Get default Double conversion value
public static GetDefaultDoubleConversionValue ( ) : double
리턴 double

GetDefaultDoubleNumberStyle() 공개 정적인 메소드

Get default Double number style
public static GetDefaultDoubleNumberStyle ( ) : NumberStyles
리턴 NumberStyles

GetDefaultFloatAllowDefaultConversion() 공개 정적인 메소드

Get default float allow default conversion
public static GetDefaultFloatAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultFloatArrayAllowDefaultConversion() 공개 정적인 메소드

Get default float array allow default conversion value
public static GetDefaultFloatArrayAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultFloatConversionValue() 공개 정적인 메소드

Get default float conversion value
public static GetDefaultFloatConversionValue ( ) : float
리턴 float

GetDefaultFloatNumberStyle() 공개 정적인 메소드

Get default float number style
public static GetDefaultFloatNumberStyle ( ) : NumberStyles
리턴 NumberStyles

GetDefaultIntAllowDefaultConversion() 공개 정적인 메소드

Get default int allow default conversion
public static GetDefaultIntAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultIntArrayAllowDefaultConversion() 공개 정적인 메소드

Get default int array allow default conversion value
public static GetDefaultIntArrayAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultIntConversionValue() 공개 정적인 메소드

Get default int conversion value
public static GetDefaultIntConversionValue ( ) : int
리턴 int

GetDefaultIntNumberStyle() 공개 정적인 메소드

Get default int number style
public static GetDefaultIntNumberStyle ( ) : NumberStyles
리턴 NumberStyles

GetDefaultLongAllowDefaultConversion() 공개 정적인 메소드

Get default long allow default conversion
public static GetDefaultLongAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultLongArrayAllowDefaultConversion() 공개 정적인 메소드

Get default long array allow default conversion value
public static GetDefaultLongArrayAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultLongConversionValue() 공개 정적인 메소드

Get default long conversion value
public static GetDefaultLongConversionValue ( ) : long
리턴 long

GetDefaultLongNumberStyle() 공개 정적인 메소드

Get default long number style
public static GetDefaultLongNumberStyle ( ) : NumberStyles
리턴 NumberStyles

GetDefaultShortAllowDefaultConversion() 공개 정적인 메소드

Get default short allow default conversion
public static GetDefaultShortAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultShortArrayAllowDefaultConversion() 공개 정적인 메소드

Get default short array allow default conversion value
public static GetDefaultShortArrayAllowDefaultConversion ( ) : bool
리턴 bool

GetDefaultShortConversionValue() 공개 정적인 메소드

Get default short conversion value
public static GetDefaultShortConversionValue ( ) : short
리턴 short

GetDefaultShortNumberStyle() 공개 정적인 메소드

Get default short number style
public static GetDefaultShortNumberStyle ( ) : NumberStyles
리턴 NumberStyles