C# 클래스 DfBAdminToolkit.Common.Utils.FileUtil

파일 보기 프로젝트 열기: dropbox/DropboxBusinessAdminTool

공개 메소드들

메소드 설명
EncryptAppSettings ( string section ) : void
FormatFileSize ( long size ) : string
FormatFileSizeMB ( decimal size ) : decimal
GetAppPath ( ) : string
ResetConfigMechanism ( ) : void
TokenCheck ( ) : bool
UpdateKey ( string keyName, string newValue ) : void

메소드 상세

EncryptAppSettings() 공개 정적인 메소드

public static EncryptAppSettings ( string section ) : void
section string
리턴 void

FormatFileSize() 공개 정적인 메소드

public static FormatFileSize ( long size ) : string
size long
리턴 string

FormatFileSizeMB() 공개 정적인 메소드

public static FormatFileSizeMB ( decimal size ) : decimal
size decimal
리턴 decimal

GetAppPath() 공개 정적인 메소드

public static GetAppPath ( ) : string
리턴 string

ResetConfigMechanism() 공개 정적인 메소드

public static ResetConfigMechanism ( ) : void
리턴 void

TokenCheck() 공개 정적인 메소드

public static TokenCheck ( ) : bool
리턴 bool

UpdateKey() 공개 정적인 메소드

public static UpdateKey ( string keyName, string newValue ) : void
keyName string
newValue string
리턴 void