C# 클래스 DevelopexOutlookSync.Common.Auxiliary.MiscHelper

파일 보기 프로젝트 열기: Developex/Outlook-Sync-Webservice

공개 메소드들

메소드 설명
ComputeHash ( string value ) : string
DuplicateMemoryStream ( MemoryStream stream ) : MemoryStream
DuplicateMemoryStreamAttachment ( System.Net.Mail.Attachment attachment ) : System.Net.Mail.Attachment
TryParseDouble ( string s, double &res ) : bool
WriteEventLog ( string message, EventLogEntryType entryType ) : void

메소드 상세

ComputeHash() 공개 정적인 메소드

public static ComputeHash ( string value ) : string
value string
리턴 string

DuplicateMemoryStream() 공개 정적인 메소드

public static DuplicateMemoryStream ( MemoryStream stream ) : MemoryStream
stream System.IO.MemoryStream
리턴 System.IO.MemoryStream

DuplicateMemoryStreamAttachment() 공개 정적인 메소드

public static DuplicateMemoryStreamAttachment ( System.Net.Mail.Attachment attachment ) : System.Net.Mail.Attachment
attachment System.Net.Mail.Attachment
리턴 System.Net.Mail.Attachment

TryParseDouble() 공개 정적인 메소드

public static TryParseDouble ( string s, double &res ) : bool
s string
res double
리턴 bool

WriteEventLog() 공개 정적인 메소드

public static WriteEventLog ( string message, EventLogEntryType entryType ) : void
message string
entryType EventLogEntryType
리턴 void